Html Css Color HEX #F042F7 Pink Flamingo

📋 copy color: '#F042F7'

red 240 ◦ green 66 ◦ blue 247

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

Shades of Pink Flamingo #F042F7

Tints of Pink Flamingo #F042F7

RGB

 RED value IS 240 (94.14% from 255) = 43.4%

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

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 43.4%
G = 11.93%
B = 44.67%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F042F7 (or 0xF042F7) is known color: Pink Flamingo. HEX triplet: F0, 42 and F7. RGB value is (240,66,247). Sum of RGB (Red+Green+Blue) = 240+66+247=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #F042F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042F7 is #0FBD08. Grayscale: #8A8A8A. Windows color (decimal): -1031433 or 16204528. OLE color: 16204528.

HSL color Cylindrical-coordinate representation of color #F042F7: hue angle of 297.68º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042F7 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 66 247 -
CMYK 0.03 0.73 0 0.03
HSL 297.68º 0.92% 0.61% -
HSV(B) 297.68º 0.73% 0.97% -
XYZ 54.67 29.14 90.74 -
YUV 138.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 240 66 247 0.03 0.73 0 0.03 297.68 0.92 0.61
Hex F0 42 F7 3 49 0 3 12A 5C 3D
Octal 360 102 367 3 111 0 3 452 134 75
Binary 11110000 1000010 11110111 11 1001001 0 11 100101010 1011100 111101

Color Harmonies of #F042F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042F7

Black with #F042F7

Text Example


Text Example

White with #F042F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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