Html Css Color HEX #FD58FA Pink Flamingo

📋 copy color: '#FD58FA'

red 253 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #FD58FA

Tints of Pink Flamingo #FD58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 14.89%

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

R = 42.81%
G = 14.89%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD58FA (or 0xFD58FA) is known color: Pink Flamingo. HEX triplet: FD, 58 and FA. RGB value is (253,88,250). Sum of RGB (Red+Green+Blue) = 253+88+250=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 88 (34.77% from 255 or 14.89% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD58FA is #02A705. Grayscale: #9B9B9B. Windows color (decimal): -173830 or 16406781. OLE color: 16406781.

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

Color convert

RGB 253 88 250 -
CMYK 0 0.65 0.01 0.01
HSL 301.09º 0.98% 0.67% -
HSV(B) 301.09º 0.65% 0.99% -
XYZ 61.25 34.76 93.92 -
YUV 155.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 253 88 250 0 0.65 0.01 0.01 301.09 0.98 0.67
Hex FD 58 FA 0 41 1 1 12D 62 43
Octal 375 130 372 0 101 1 1 455 142 103
Binary 11111101 1011000 11111010 0 1000001 1 1 100101101 1100010 1000011

Color Harmonies of #FD58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58FA

Black with #FD58FA

Text Example


Text Example

White with #FD58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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