Html Css Color HEX #F042FF Pink Flamingo

📋 copy color: '#F042FF'

red 240 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #F042FF

Tints of Pink Flamingo #F042FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 42.78%
G = 11.76%
B = 45.45%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F042FF (or 0xF042FF) is known color: Pink Flamingo. HEX triplet: F0, 42 and FF. RGB value is (240,66,255). Sum of RGB (Red+Green+Blue) = 240+66+255=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 66 (26.17% from 255 or 11.76% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F042FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042FF is #0FBD00. Grayscale: #8A8A8A. Windows color (decimal): -1031425 or 16728816. OLE color: 16728816.

HSL color Cylindrical-coordinate representation of color #F042FF: hue angle of 295.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F042FF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 66 255 -
CMYK 0.06 0.74 0 0
HSL 295.24º 1% 0.63% -
HSV(B) 295.24º 0.74% 1% -
XYZ 55.93 29.64 97.38 -
YUV 139.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 240 66 255 0.06 0.74 0 0 295.24 1 0.63
Hex F0 42 FF 6 4A 0 0 127 64 3F
Octal 360 102 377 6 112 0 0 447 144 77
Binary 11110000 1000010 11111111 110 1001010 0 0 100100111 1100100 111111

Color Harmonies of #F042FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042FF

Black with #F042FF

Text Example


Text Example

White with #F042FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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