Html Css Color HEX #FF42F0 Pink Flamingo

📋 copy color: '#FF42F0'

red 255 ◦ green 66 ◦ blue 240

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

Shades of Pink Flamingo #FF42F0

Tints of Pink Flamingo #FF42F0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FF42F0: hue angle of 304.76º 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 #FF42F0 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 240 -
CMYK 0 0.74 0.06 0
HSL 304.76º 1% 0.63% -
HSV(B) 304.76º 0.74% 1% -
XYZ 58.92 31.45 85.4 -
YUV 142.35 183.12 208.35 -
System Red Green Blue C M Y K H S L
Decimal 255 66 240 0 0.74 0.06 0 304.76 1 0.63
Hex FF 42 F0 0 4A 6 0 131 64 3F
Octal 377 102 360 0 112 6 0 461 144 77
Binary 11111111 1000010 11110000 0 1001010 110 0 100110001 1100100 111111

Color Harmonies of #FF42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF42F0

Black with #FF42F0

Text Example


Text Example

White with #FF42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF42F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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