Html Css Color HEX #FD4DF8 Pink Flamingo

📋 copy color: '#FD4DF8'

red 253 ◦ green 77 ◦ blue 248

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

Shades of Pink Flamingo #FD4DF8

Tints of Pink Flamingo #FD4DF8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.32%

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 43.77%
G = 13.32%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD4DF8 (or 0xFD4DF8) is known color: Pink Flamingo. HEX triplet: FD, 4D and F8. RGB value is (253,77,248). Sum of RGB (Red+Green+Blue) = 253+77+248=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4DF8 is #02B207. Grayscale: #949494. Windows color (decimal): -176648 or 16272893. OLE color: 16272893.

HSL color Cylindrical-coordinate representation of color #FD4DF8: hue angle of 301.7º 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 #FD4DF8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 77 248 -
CMYK 0 0.70 0.02 0.01
HSL 301.7º 0.98% 0.65% -
HSV(B) 301.7º 0.7% 0.99% -
XYZ 60.11 32.97 92 -
YUV 149.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 253 77 248 0 0.70 0.02 0.01 301.7 0.98 0.65
Hex FD 4D F8 0 46 2 1 12E 62 41
Octal 375 115 370 0 106 2 1 456 142 101
Binary 11111101 1001101 11111000 0 1000110 10 1 100101110 1100010 1000001

Color Harmonies of #FD4DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4DF8

Black with #FD4DF8

Text Example


Text Example

White with #FD4DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4DF8; }

 p { color: rgb(253,77,248); }

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

background-color css

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

 a { background-color: rgb(253,77,248); }

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

border-color css

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

 span { border-color: rgb(253,77,248); }

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