Html Css Color HEX #FD42F0 Pink Flamingo

📋 copy color: '#FD42F0'

red 253 ◦ green 66 ◦ blue 240

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

Shades of Pink Flamingo #FD42F0

Tints of Pink Flamingo #FD42F0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 66 240 -
CMYK 0 0.74 0.05 0.01
HSL 304.17º 0.98% 0.63% -
HSV(B) 304.17º 0.74% 0.99% -
XYZ 58.18 31.07 85.37 -
YUV 141.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 253 66 240 0 0.74 0.05 0.01 304.17 0.98 0.63
Hex FD 42 F0 0 4A 5 1 130 62 3F
Octal 375 102 360 0 112 5 1 460 142 77
Binary 11111101 1000010 11110000 0 1001010 101 1 100110000 1100010 111111

Color Harmonies of #FD42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42F0

Black with #FD42F0

Text Example


Text Example

White with #FD42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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