Html Css Color HEX #FF6098 Brilliant Rose

📋 copy color: '#FF6098'

red 255 ◦ green 96 ◦ blue 152

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

Shades of Brilliant Rose #FF6098

Tints of Brilliant Rose #FF6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 50.7%
G = 19.09%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF6098 (or 0xFF6098) is known color: Brilliant Rose. HEX triplet: FF, 60 and 98. RGB value is (255,96,152). Sum of RGB (Red+Green+Blue) = 255+96+152=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6098 is #009F67. Grayscale: #959595. Windows color (decimal): -40808 or 9986303. OLE color: 9986303.

HSL color Cylindrical-coordinate representation of color #FF6098: hue angle of 338.87º 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 #FF6098 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 152 -
CMYK 0 0.62 0.40 0
HSL 338.87º 1% 0.69% -
HSV(B) 338.87º 0.62% 1% -
XYZ 51.09 31.89 33.17 -
YUV 149.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 255 96 152 0 0.62 0.40 0 338.87 1 0.69
Hex FF 60 98 0 3E 28 0 153 64 45
Octal 377 140 230 0 76 50 0 523 144 105
Binary 11111111 1100000 10011000 0 111110 101000 0 101010011 1100100 1000101

Color Harmonies of #FF6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6098

Black with #FF6098

Text Example


Text Example

White with #FF6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6098; }

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

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

background-color css

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

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

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

border-color css

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

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

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