Html Css Color HEX #F042FB Pink Flamingo

📋 copy color: '#F042FB'

red 240 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #F042FB

Tints of Pink Flamingo #F042FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 43.09%
G = 11.85%
B = 45.06%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F042FB (or 0xF042FB) is known color: Pink Flamingo. HEX triplet: F0, 42 and FB. RGB value is (240,66,251). Sum of RGB (Red+Green+Blue) = 240+66+251=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F042FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042FB is #0FBD04. Grayscale: #8A8A8A. Windows color (decimal): -1031429 or 16466672. OLE color: 16466672.

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

Color convert

RGB 240 66 251 -
CMYK 0.04 0.74 0 0.02
HSL 296.43º 0.96% 0.62% -
HSV(B) 296.43º 0.74% 0.98% -
XYZ 55.3 29.39 94.02 -
YUV 139.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 240 66 251 0.04 0.74 0 0.02 296.43 0.96 0.62
Hex F0 42 FB 4 4A 0 2 128 60 3E
Octal 360 102 373 4 112 0 2 450 140 76
Binary 11110000 1000010 11111011 100 1001010 0 10 100101000 1100000 111110

Color Harmonies of #F042FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042FB

Black with #F042FB

Text Example


Text Example

White with #F042FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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