Html Css Color HEX #FD58A8 Brilliant Rose

📋 copy color: '#FD58A8'

red 253 ◦ green 88 ◦ blue 168

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

Shades of Brilliant Rose #FD58A8

Tints of Brilliant Rose #FD58A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 49.71%
G = 17.29%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD58A8 (or 0xFD58A8) is known color: Brilliant Rose. HEX triplet: FD, 58 and A8. RGB value is (253,88,168). Sum of RGB (Red+Green+Blue) = 253+88+168=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58A8 is #02A757. Grayscale: #929292. Windows color (decimal): -173912 or 11032829. OLE color: 11032829.

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

Color convert

RGB 253 88 168 -
CMYK 0 0.65 0.34 0.01
HSL 330.91º 0.98% 0.67% -
HSV(B) 330.91º 0.65% 0.99% -
XYZ 51.07 30.69 40.28 -
YUV 146.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 253 88 168 0 0.65 0.34 0.01 330.91 0.98 0.67
Hex FD 58 A8 0 41 22 1 14B 62 43
Octal 375 130 250 0 101 42 1 513 142 103
Binary 11111101 1011000 10101000 0 1000001 100010 1 101001011 1100010 1000011

Color Harmonies of #FD58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58A8

Black with #FD58A8

Text Example


Text Example

White with #FD58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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