Html Css Color HEX #F55798 Brilliant Rose

📋 copy color: '#F55798'

red 245 ◦ green 87 ◦ blue 152

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

Shades of Brilliant Rose #F55798

Tints of Brilliant Rose #F55798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.98%

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

R = 50.62%
G = 17.98%
B = 31.4%

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

#F55798 (or 0xF55798) is known color: Brilliant Rose. HEX triplet: F5, 57 and 98. RGB value is (245,87,152). Sum of RGB (Red+Green+Blue) = 245+87+152=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F55798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55798 is #0AA867. Grayscale: #8D8D8D. Windows color (decimal): -698472 or 9983989. OLE color: 9983989.

HSL color Cylindrical-coordinate representation of color #F55798: hue angle of 335.32º 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 #F55798 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 87 152 -
CMYK 0 0.64 0.38 0.04
HSL 335.32º 0.89% 0.65% -
HSV(B) 335.32º 0.64% 0.96% -
XYZ 46.73 28.5 32.74 -
YUV 141.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 245 87 152 0 0.64 0.38 0.04 335.32 0.89 0.65
Hex F5 57 98 0 40 26 4 14F 59 41
Octal 365 127 230 0 100 46 4 517 131 101
Binary 11110101 1010111 10011000 0 1000000 100110 100 101001111 1011001 1000001

Color Harmonies of #F55798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55798

Black with #F55798

Text Example


Text Example

White with #F55798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55798; }

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

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

background-color css

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

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

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

border-color css

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

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

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