Html Css Color HEX #FD5DF1 Pink Flamingo

📋 copy color: '#FD5DF1'

red 253 ◦ green 93 ◦ blue 241

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

Shades of Pink Flamingo #FD5DF1

Tints of Pink Flamingo #FD5DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.84%

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 43.1%
G = 15.84%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD5DF1 (or 0xFD5DF1) is known color: Pink Flamingo. HEX triplet: FD, 5D and F1. RGB value is (253,93,241). Sum of RGB (Red+Green+Blue) = 253+93+241=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 93 (36.72% from 255 or 15.84% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5DF1 is #02A20E. Grayscale: #9D9D9D. Windows color (decimal): -172559 or 15818237. OLE color: 15818237.

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

Color convert

RGB 253 93 241 -
CMYK 0 0.63 0.05 0.01
HSL 304.5º 0.98% 0.68% -
HSV(B) 304.5º 0.63% 0.99% -
XYZ 60.3 35.06 86.81 -
YUV 157.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 253 93 241 0 0.63 0.05 0.01 304.5 0.98 0.68
Hex FD 5D F1 0 3F 5 1 130 62 44
Octal 375 135 361 0 77 5 1 460 142 104
Binary 11111101 1011101 11110001 0 111111 101 1 100110000 1100010 1000100

Color Harmonies of #FD5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DF1

Black with #FD5DF1

Text Example


Text Example

White with #FD5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DF1; }

 p { color: rgb(253,93,241); }

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

background-color css

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

 a { background-color: rgb(253,93,241); }

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

border-color css

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

 span { border-color: rgb(253,93,241); }

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