Html Css Color HEX #FD41FE Pink Flamingo

📋 copy color: '#FD41FE'

red 253 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #FD41FE

Tints of Pink Flamingo #FD41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.36%

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

R = 44.23%
G = 11.36%
B = 44.41%

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

#FD41FE (or 0xFD41FE) is known color: Pink Flamingo. HEX triplet: FD, 41 and FE. RGB value is (253,65,254). Sum of RGB (Red+Green+Blue) = 253+65+254=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 65 (25.78% from 255 or 11.36% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41FE is #02BE01. Grayscale: #8E8E8E. Windows color (decimal): -179714 or 16663037. OLE color: 16663037.

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

Color convert

RGB 253 65 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.29 31.82 96.73 -
YUV 142.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 253 65 254 0.00 0.74 0 0.00 299.68 0.99 0.63
Hex FD 41 FE 0 4A 0 0 12C 63 3F
Octal 375 101 376 0 112 0 0 454 143 77
Binary 11111101 1000001 11111110 0 1001010 0 0 100101100 1100011 111111

Color Harmonies of #FD41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41FE

Black with #FD41FE

Text Example


Text Example

White with #FD41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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