Html Css Color HEX #F55998 Brilliant Rose

📋 copy color: '#F55998'

red 245 ◦ green 89 ◦ blue 152

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

Shades of Brilliant Rose #F55998

Tints of Brilliant Rose #F55998

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

 GREEN value IS 89 (35.16% from 255) = 18.31%

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

R = 50.41%
G = 18.31%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55998 (or 0xF55998) is known color: Brilliant Rose. HEX triplet: F5, 59 and 98. RGB value is (245,89,152). Sum of RGB (Red+Green+Blue) = 245+89+152=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F55998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55998 is #0AA667. Grayscale: #8E8E8E. Windows color (decimal): -697960 or 9984501. OLE color: 9984501.

HSL color Cylindrical-coordinate representation of color #F55998: hue angle of 335.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55998 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 89 152 -
CMYK 0 0.64 0.38 0.04
HSL 335.77º 0.89% 0.65% -
HSV(B) 335.77º 0.64% 0.96% -
XYZ 46.9 28.82 32.8 -
YUV 142.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 245 89 152 0 0.64 0.38 0.04 335.77 0.89 0.65
Hex F5 59 98 0 40 26 4 150 59 41
Octal 365 131 230 0 100 46 4 520 131 101
Binary 11110101 1011001 10011000 0 1000000 100110 100 101010000 1011001 1000001

Color Harmonies of #F55998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55998

Black with #F55998

Text Example


Text Example

White with #F55998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55998; }

 p { color: rgb(245,89,152); }

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

background-color css

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

 a { background-color: rgb(245,89,152); }

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

border-color css

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

 span { border-color: rgb(245,89,152); }

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