Html Css Color HEX #F742F9 Pink Flamingo

📋 copy color: '#F742F9'

red 247 ◦ green 66 ◦ blue 249

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

Shades of Pink Flamingo #F742F9

Tints of Pink Flamingo #F742F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.74%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 43.95%
G = 11.74%
B = 44.31%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F742F9 (or 0xF742F9) is known color: Pink Flamingo. HEX triplet: F7, 42 and F9. RGB value is (247,66,249). Sum of RGB (Red+Green+Blue) = 247+66+249=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 66 (26.17% from 255 or 11.74% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #F742F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742F9 is #08BD06. Grayscale: #8C8C8C. Windows color (decimal): -572679 or 16335607. OLE color: 16335607.

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

Color convert

RGB 247 66 249 -
CMYK 0.01 0.73 0 0.02
HSL 299.34º 0.94% 0.62% -
HSV(B) 299.34º 0.73% 0.98% -
XYZ 57.4 30.51 92.49 -
YUV 140.98 188.97 203.62 -
System Red Green Blue C M Y K H S L
Decimal 247 66 249 0.01 0.73 0 0.02 299.34 0.94 0.62
Hex F7 42 F9 1 49 0 2 12B 5E 3E
Octal 367 102 371 1 111 0 2 453 136 76
Binary 11110111 1000010 11111001 1 1001001 0 10 100101011 1011110 111110

Color Harmonies of #F742F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742F9

Black with #F742F9

Text Example


Text Example

White with #F742F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742F9; }

 p { color: rgb(247,66,249); }

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

background-color css

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

 a { background-color: rgb(247,66,249); }

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

border-color css

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

 span { border-color: rgb(247,66,249); }

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