Html Css Color HEX #FD5FFA Pink Flamingo

📋 copy color: '#FD5FFA'

red 253 ◦ green 95 ◦ blue 250

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

Shades of Pink Flamingo #FD5FFA

Tints of Pink Flamingo #FD5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.89%

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 42.31%
G = 15.89%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD5FFA (or 0xFD5FFA) is known color: Pink Flamingo. HEX triplet: FD, 5F and FA. RGB value is (253,95,250). Sum of RGB (Red+Green+Blue) = 253+95+250=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 95 (37.5% from 255 or 15.89% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FFA is #02A005. Grayscale: #9F9F9F. Windows color (decimal): -172038 or 16408573. OLE color: 16408573.

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

Color convert

RGB 253 95 250 -
CMYK 0 0.62 0.01 0.01
HSL 301.14º 0.98% 0.68% -
HSV(B) 301.14º 0.62% 0.99% -
XYZ 61.86 35.97 94.13 -
YUV 159.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 253 95 250 0 0.62 0.01 0.01 301.14 0.98 0.68
Hex FD 5F FA 0 3E 1 1 12D 62 44
Octal 375 137 372 0 76 1 1 455 142 104
Binary 11111101 1011111 11111010 0 111110 1 1 100101101 1100010 1000100

Color Harmonies of #FD5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FFA

Black with #FD5FFA

Text Example


Text Example

White with #FD5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FFA; }

 p { color: rgb(253,95,250); }

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

background-color css

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

 a { background-color: rgb(253,95,250); }

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

border-color css

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

 span { border-color: rgb(253,95,250); }

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