Html Css Color HEX #FD5096 Brilliant Rose

📋 copy color: '#FD5096'

red 253 ◦ green 80 ◦ blue 150

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

Shades of Brilliant Rose #FD5096

Tints of Brilliant Rose #FD5096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 52.38%
G = 16.56%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD5096 (or 0xFD5096) is known color: Brilliant Rose. HEX triplet: FD, 50 and 96. RGB value is (253,80,150). Sum of RGB (Red+Green+Blue) = 253+80+150=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5096 is #02AF69. Grayscale: #8B8B8B. Windows color (decimal): -175978 or 9851133. OLE color: 9851133.

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

Color convert

RGB 253 80 150 -
CMYK 0 0.68 0.41 0.01
HSL 335.72º 0.98% 0.65% -
HSV(B) 335.72º 0.68% 0.99% -
XYZ 48.88 28.82 31.84 -
YUV 139.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 253 80 150 0 0.68 0.41 0.01 335.72 0.98 0.65
Hex FD 50 96 0 44 29 1 150 62 41
Octal 375 120 226 0 104 51 1 520 142 101
Binary 11111101 1010000 10010110 0 1000100 101001 1 101010000 1100010 1000001

Color Harmonies of #FD5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5096

Black with #FD5096

Text Example


Text Example

White with #FD5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5096; }

 p { color: rgb(253,80,150); }

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

background-color css

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

 a { background-color: rgb(253,80,150); }

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

border-color css

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

 span { border-color: rgb(253,80,150); }

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