Html Css Color HEX #F042FD Pink Flamingo

📋 copy color: '#F042FD'

red 240 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #F042FD

Tints of Pink Flamingo #F042FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 42.93%
G = 11.81%
B = 45.26%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F042FD (or 0xF042FD) is known color: Pink Flamingo. HEX triplet: F0, 42 and FD. RGB value is (240,66,253). Sum of RGB (Red+Green+Blue) = 240+66+253=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #F042FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042FD is #0FBD02. Grayscale: #8A8A8A. Windows color (decimal): -1031427 or 16597744. OLE color: 16597744.

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

Color convert

RGB 240 66 253 -
CMYK 0.05 0.74 0 0.01
HSL 295.83º 0.98% 0.63% -
HSV(B) 295.83º 0.74% 0.99% -
XYZ 55.61 29.51 95.69 -
YUV 139.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 240 66 253 0.05 0.74 0 0.01 295.83 0.98 0.63
Hex F0 42 FD 5 4A 0 1 128 62 3F
Octal 360 102 375 5 112 0 1 450 142 77
Binary 11110000 1000010 11111101 101 1001010 0 1 100101000 1100010 111111

Color Harmonies of #F042FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042FD

Black with #F042FD

Text Example


Text Example

White with #F042FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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