Html Css Color HEX #FD5BF2 Pink Flamingo

📋 copy color: '#FD5BF2'

red 253 ◦ green 91 ◦ blue 242

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

Shades of Pink Flamingo #FD5BF2

Tints of Pink Flamingo #FD5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.53%

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 43.17%
G = 15.53%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD5BF2 (or 0xFD5BF2) is known color: Pink Flamingo. HEX triplet: FD, 5B and F2. RGB value is (253,91,242). Sum of RGB (Red+Green+Blue) = 253+91+242=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 91 (35.94% from 255 or 15.53% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5BF2 is #02A40D. Grayscale: #9C9C9C. Windows color (decimal): -173070 or 15883261. OLE color: 15883261.

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

Color convert

RGB 253 91 242 -
CMYK 0 0.64 0.04 0.01
HSL 304.07º 0.98% 0.67% -
HSV(B) 304.07º 0.64% 0.99% -
XYZ 60.28 34.78 87.54 -
YUV 156.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 253 91 242 0 0.64 0.04 0.01 304.07 0.98 0.67
Hex FD 5B F2 0 40 4 1 130 62 43
Octal 375 133 362 0 100 4 1 460 142 103
Binary 11111101 1011011 11110010 0 1000000 100 1 100110000 1100010 1000011

Color Harmonies of #FD5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5BF2

Black with #FD5BF2

Text Example


Text Example

White with #FD5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5BF2; }

 p { color: rgb(253,91,242); }

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

background-color css

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

 a { background-color: rgb(253,91,242); }

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

border-color css

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

 span { border-color: rgb(253,91,242); }

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