Html Css Color HEX #FD5CFF Pink Flamingo

📋 copy color: '#FD5CFF'

red 253 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #FD5CFF

Tints of Pink Flamingo #FD5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.33%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 42.17%
G = 15.33%
B = 42.5%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD5CFF (or 0xFD5CFF) is known color: Pink Flamingo. HEX triplet: FD, 5C and FF. RGB value is (253,92,255). Sum of RGB (Red+Green+Blue) = 253+92+255=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 92 (36.33% from 255 or 15.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CFF is #02A300. Grayscale: #9E9E9E. Windows color (decimal): -172801 or 16735485. OLE color: 16735485.

HSL color Cylindrical-coordinate representation of color #FD5CFF: hue angle of 299.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CFF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 92 255 -
CMYK 0.01 0.64 0 0
HSL 299.26º 1% 0.68% -
HSV(B) 299.26º 0.64% 1% -
XYZ 62.39 35.76 98.22 -
YUV 158.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 253 92 255 0.01 0.64 0 0 299.26 1 0.68
Hex FD 5C FF 1 40 0 0 12B 64 44
Octal 375 134 377 1 100 0 0 453 144 104
Binary 11111101 1011100 11111111 1 1000000 0 0 100101011 1100100 1000100

Color Harmonies of #FD5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CFF

Black with #FD5CFF

Text Example


Text Example

White with #FD5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CFF; }

 p { color: rgb(253,92,255); }

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

background-color css

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

 a { background-color: rgb(253,92,255); }

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

border-color css

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

 span { border-color: rgb(253,92,255); }

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