Html Css Color HEX #FF6598 Brilliant Rose

📋 copy color: '#FF6598'

red 255 ◦ green 101 ◦ blue 152

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

Shades of Brilliant Rose #FF6598

Tints of Brilliant Rose #FF6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.88%

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

R = 50.2%
G = 19.88%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF6598 (or 0xFF6598) is known color: Brilliant Rose. HEX triplet: FF, 65 and 98. RGB value is (255,101,152). Sum of RGB (Red+Green+Blue) = 255+101+152=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6598 is #009A67. Grayscale: #989898. Windows color (decimal): -39528 or 9987583. OLE color: 9987583.

HSL color Cylindrical-coordinate representation of color #FF6598: hue angle of 340.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6598 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 152 -
CMYK 0 0.60 0.40 0
HSL 340.13º 1% 0.7% -
HSV(B) 340.13º 0.6% 1% -
XYZ 51.56 32.83 33.33 -
YUV 152.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 255 101 152 0 0.60 0.40 0 340.13 1 0.7
Hex FF 65 98 0 3C 28 0 154 64 46
Octal 377 145 230 0 74 50 0 524 144 106
Binary 11111111 1100101 10011000 0 111100 101000 0 101010100 1100100 1000110

Color Harmonies of #FF6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6598

Black with #FF6598

Text Example


Text Example

White with #FF6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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