Html Css Color HEX #FD5A93 Brilliant Rose

📋 copy color: '#FD5A93'

red 253 ◦ green 90 ◦ blue 147

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

Shades of Brilliant Rose #FD5A93

Tints of Brilliant Rose #FD5A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

 BLUE value IS 147 (57.81% from 255) = 30%

R = 51.63%
G = 18.37%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD5A93 (or 0xFD5A93) is known color: Brilliant Rose. HEX triplet: FD, 5A and 93. RGB value is (253,90,147). Sum of RGB (Red+Green+Blue) = 253+90+147=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A93 is #02A56C. Grayscale: #919191. Windows color (decimal): -173421 or 9657085. OLE color: 9657085.

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

Color convert

RGB 253 90 147 -
CMYK 0 0.64 0.42 0.01
HSL 339.02º 0.98% 0.67% -
HSV(B) 339.02º 0.64% 0.99% -
XYZ 49.43 30.3 30.85 -
YUV 145.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 253 90 147 0 0.64 0.42 0.01 339.02 0.98 0.67
Hex FD 5A 93 0 40 2A 1 153 62 43
Octal 375 132 223 0 100 52 1 523 142 103
Binary 11111101 1011010 10010011 0 1000000 101010 1 101010011 1100010 1000011

Color Harmonies of #FD5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A93

Black with #FD5A93

Text Example


Text Example

White with #FD5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A93; }

 p { color: rgb(253,90,147); }

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

background-color css

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

 a { background-color: rgb(253,90,147); }

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

border-color css

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

 span { border-color: rgb(253,90,147); }

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