Html Css Color HEX #F55498 Brilliant Rose

📋 copy color: '#F55498'

red 245 ◦ green 84 ◦ blue 152

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

Shades of Brilliant Rose #F55498

Tints of Brilliant Rose #F55498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

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

R = 50.94%
G = 17.46%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55498 (or 0xF55498) is known color: Brilliant Rose. HEX triplet: F5, 54 and 98. RGB value is (245,84,152). Sum of RGB (Red+Green+Blue) = 245+84+152=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F55498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55498 is #0AAB67. Grayscale: #8B8B8B. Windows color (decimal): -699240 or 9983221. OLE color: 9983221.

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

Color convert

RGB 245 84 152 -
CMYK 0 0.66 0.38 0.04
HSL 334.66º 0.89% 0.65% -
HSV(B) 334.66º 0.66% 0.96% -
XYZ 46.49 28.02 32.66 -
YUV 139.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 245 84 152 0 0.66 0.38 0.04 334.66 0.89 0.65
Hex F5 54 98 0 42 26 4 14F 59 41
Octal 365 124 230 0 102 46 4 517 131 101
Binary 11110101 1010100 10011000 0 1000010 100110 100 101001111 1011001 1000001

Color Harmonies of #F55498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55498

Black with #F55498

Text Example


Text Example

White with #F55498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55498; }

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

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

background-color css

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

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

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

border-color css

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

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

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