Html Css Color HEX #FD4CEF Pink Flamingo

📋 copy color: '#FD4CEF'

red 253 ◦ green 76 ◦ blue 239

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

Shades of Pink Flamingo #FD4CEF

Tints of Pink Flamingo #FD4CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 44.54%
G = 13.38%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD4CEF (or 0xFD4CEF) is known color: Pink Flamingo. HEX triplet: FD, 4C and EF. RGB value is (253,76,239). Sum of RGB (Red+Green+Blue) = 253+76+239=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CEF is #02B310. Grayscale: #939393. Windows color (decimal): -176913 or 15682813. OLE color: 15682813.

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

Color convert

RGB 253 76 239 -
CMYK 0 0.70 0.06 0.01
HSL 304.75º 0.98% 0.65% -
HSV(B) 304.75º 0.7% 0.99% -
XYZ 58.67 32.28 84.8 -
YUV 147.51 179.64 203.25 -
System Red Green Blue C M Y K H S L
Decimal 253 76 239 0 0.70 0.06 0.01 304.75 0.98 0.65
Hex FD 4C EF 0 46 6 1 131 62 41
Octal 375 114 357 0 106 6 1 461 142 101
Binary 11111101 1001100 11101111 0 1000110 110 1 100110001 1100010 1000001

Color Harmonies of #FD4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CEF

Black with #FD4CEF

Text Example


Text Example

White with #FD4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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