Html Css Color HEX #FD58A6 Brilliant Rose

📋 copy color: '#FD58A6'

red 253 ◦ green 88 ◦ blue 166

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

Shades of Brilliant Rose #FD58A6

Tints of Brilliant Rose #FD58A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 49.9%
G = 17.36%
B = 32.74%

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

#FD58A6 (or 0xFD58A6) is known color: Brilliant Rose. HEX triplet: FD, 58 and A6. RGB value is (253,88,166). Sum of RGB (Red+Green+Blue) = 253+88+166=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58A6 is #02A759. Grayscale: #929292. Windows color (decimal): -173914 or 10901757. OLE color: 10901757.

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

Color convert

RGB 253 88 166 -
CMYK 0 0.65 0.34 0.01
HSL 331.64º 0.98% 0.67% -
HSV(B) 331.64º 0.65% 0.99% -
XYZ 50.88 30.62 39.3 -
YUV 146.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 253 88 166 0 0.65 0.34 0.01 331.64 0.98 0.67
Hex FD 58 A6 0 41 22 1 14C 62 43
Octal 375 130 246 0 101 42 1 514 142 103
Binary 11111101 1011000 10100110 0 1000001 100010 1 101001100 1100010 1000011

Color Harmonies of #FD58A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58A6

Black with #FD58A6

Text Example


Text Example

White with #FD58A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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