Html Css Color HEX #FD6096 Brilliant Rose

📋 copy color: '#FD6096'

red 253 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #FD6096

Tints of Brilliant Rose #FD6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

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

R = 50.7%
G = 19.24%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD6096 (or 0xFD6096) is known color: Brilliant Rose. HEX triplet: FD, 60 and 96. RGB value is (253,96,150). Sum of RGB (Red+Green+Blue) = 253+96+150=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6096 is #029F69. Grayscale: #959595. Windows color (decimal): -171882 or 9855229. OLE color: 9855229.

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

Color convert

RGB 253 96 150 -
CMYK 0 0.62 0.41 0.01
HSL 339.36º 0.98% 0.68% -
HSV(B) 339.36º 0.62% 0.99% -
XYZ 50.2 31.45 32.28 -
YUV 149.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 253 96 150 0 0.62 0.41 0.01 339.36 0.98 0.68
Hex FD 60 96 0 3E 29 1 153 62 44
Octal 375 140 226 0 76 51 1 523 142 104
Binary 11111101 1100000 10010110 0 111110 101001 1 101010011 1100010 1000100

Color Harmonies of #FD6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6096

Black with #FD6096

Text Example


Text Example

White with #FD6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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