Html Css Color HEX #FD4CFF Pink Flamingo

📋 copy color: '#FD4CFF'

red 253 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #FD4CFF

Tints of Pink Flamingo #FD4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.01%

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

R = 43.32%
G = 13.01%
B = 43.66%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD4CFF (or 0xFD4CFF) is known color: Pink Flamingo. HEX triplet: FD, 4C and FF. RGB value is (253,76,255). Sum of RGB (Red+Green+Blue) = 253+76+255=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 76 (30.08% from 255 or 13.01% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CFF is #02B300. Grayscale: #949494. Windows color (decimal): -176897 or 16731389. OLE color: 16731389.

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

Color convert

RGB 253 76 255 -
CMYK 0.01 0.70 0 0
HSL 299.33º 1% 0.65% -
HSV(B) 299.33º 0.7% 1% -
XYZ 61.14 33.27 97.81 -
YUV 149.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 253 76 255 0.01 0.70 0 0 299.33 1 0.65
Hex FD 4C FF 1 46 0 0 12B 64 41
Octal 375 114 377 1 106 0 0 453 144 101
Binary 11111101 1001100 11111111 1 1000110 0 0 100101011 1100100 1000001

Color Harmonies of #FD4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CFF

Black with #FD4CFF

Text Example


Text Example

White with #FD4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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