Html Css Color HEX #F734FA Pink Flamingo

📋 copy color: '#F734FA'

red 247 ◦ green 52 ◦ blue 250

#F734FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F734FA

Tints of Pink Flamingo #F734FA

RGB

 RED value IS 247 (96.88% from 255) = 44.99%

 GREEN value IS 52 (20.7% from 255) = 9.47%

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 44.99%
G = 9.47%
B = 45.54%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F734FA (or 0xF734FA) is known color: Pink Flamingo. HEX triplet: F7, 34 and FA. RGB value is (247,52,250). Sum of RGB (Red+Green+Blue) = 247+52+250=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 52 (20.70% from 255 or 9.47% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #F734FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F734FA is #08CB05. Grayscale: #848484. Windows color (decimal): -576262 or 16397559. OLE color: 16397559.

HSL color Cylindrical-coordinate representation of color #F734FA: hue angle of 299.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F734FA is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 52 250 -
CMYK 0.01 0.79 0 0.02
HSL 299.09º 0.95% 0.59% -
HSV(B) 299.09º 0.79% 0.98% -
XYZ 56.84 29.13 93.07 -
YUV 132.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 247 52 250 0.01 0.79 0 0.02 299.09 0.95 0.59
Hex F7 34 FA 1 4F 0 2 12B 5F 3B
Octal 367 64 372 1 117 0 2 453 137 73
Binary 11110111 110100 11111010 1 1001111 0 10 100101011 1011111 111011

Color Harmonies of #F734FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F734FA

Black with #F734FA

Text Example


Text Example

White with #F734FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F734FA; }

 p { color: rgb(247,52,250); }

 H1.HeaderClassName
 {
   color: #F734FA;
 }
 .AnyTagClassName
 {
   color: #F734FA;
 }
</style>

background-color css

<style>
 a { background-color: #F734FA; }

 a { background-color: rgb(247,52,250); }

 div.DivClassName
 {
   background-color: #F734FA;
 }
 .BgClassName
 {
   background-color: #F734FA;
 }
</style>

border-color css

<style>
 span { border-color: #F734FA; }

 span { border-color: rgb(247,52,250); }

 td.TdClassName
 {
   border-color: #F734FA;
 }
 .TagClassName
 {
   border-color: #F734FA;
 }
</style>