Html Css Color HEX #FD42FE Pink Flamingo

📋 copy color: '#FD42FE'

red 253 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #FD42FE

Tints of Pink Flamingo #FD42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 44.15%
G = 11.52%
B = 44.33%

CMYK

 C value IS 0.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD42FE (or 0xFD42FE) is known color: Pink Flamingo. HEX triplet: FD, 42 and FE. RGB value is (253,66,254). Sum of RGB (Red+Green+Blue) = 253+66+254=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 66 (26.17% from 255 or 11.52% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42FE is #02BD01. Grayscale: #8E8E8E. Windows color (decimal): -179458 or 16663293. OLE color: 16663293.

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

Color convert

RGB 253 66 254 -
CMYK 0.00 0.74 0 0.00
HSL 299.68º 0.99% 0.63% -
HSV(B) 299.68º 0.74% 1% -
XYZ 60.35 31.93 96.75 -
YUV 143.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 253 66 254 0.00 0.74 0 0.00 299.68 0.99 0.63
Hex FD 42 FE 0 4A 0 0 12C 63 3F
Octal 375 102 376 0 112 0 0 454 143 77
Binary 11111101 1000010 11111110 0 1001010 0 0 100101100 1100011 111111

Color Harmonies of #FD42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42FE

Black with #FD42FE

Text Example


Text Example

White with #FD42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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