Html Css Color HEX #FF6097 Brilliant Rose

📋 copy color: '#FF6097'

red 255 ◦ green 96 ◦ blue 151

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

Shades of Brilliant Rose #FF6097

Tints of Brilliant Rose #FF6097

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 50.8%
G = 19.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6097 (or 0xFF6097) is known color: Brilliant Rose. HEX triplet: FF, 60 and 97. RGB value is (255,96,151). Sum of RGB (Red+Green+Blue) = 255+96+151=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6097 is #009F68. Grayscale: #959595. Windows color (decimal): -40809 or 9920767. OLE color: 9920767.

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

Color convert

RGB 255 96 151 -
CMYK 0 0.62 0.41 0
HSL 339.25º 1% 0.69% -
HSV(B) 339.25º 0.62% 1% -
XYZ 51.01 31.86 32.74 -
YUV 149.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 255 96 151 0 0.62 0.41 0 339.25 1 0.69
Hex FF 60 97 0 3E 29 0 153 64 45
Octal 377 140 227 0 76 51 0 523 144 105
Binary 11111111 1100000 10010111 0 111110 101001 0 101010011 1100100 1000101

Color Harmonies of #FF6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6097

Black with #FF6097

Text Example


Text Example

White with #FF6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6097; }

 p { color: rgb(255,96,151); }

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

background-color css

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

 a { background-color: rgb(255,96,151); }

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

border-color css

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

 span { border-color: rgb(255,96,151); }

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