Html Css Color HEX #F55997 Brilliant Rose

📋 copy color: '#F55997'

red 245 ◦ green 89 ◦ blue 151

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

Shades of Brilliant Rose #F55997

Tints of Brilliant Rose #F55997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.13%

R = 50.52%
G = 18.35%
B = 31.13%

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

#F55997 (or 0xF55997) is known color: Brilliant Rose. HEX triplet: F5, 59 and 97. RGB value is (245,89,151). Sum of RGB (Red+Green+Blue) = 245+89+151=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F55997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55997 is #0AA668. Grayscale: #8E8E8E. Windows color (decimal): -697961 or 9918965. OLE color: 9918965.

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

Color convert

RGB 245 89 151 -
CMYK 0 0.64 0.38 0.04
HSL 336.15º 0.89% 0.65% -
HSV(B) 336.15º 0.64% 0.96% -
XYZ 46.81 28.79 32.37 -
YUV 142.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 245 89 151 0 0.64 0.38 0.04 336.15 0.89 0.65
Hex F5 59 97 0 40 26 4 150 59 41
Octal 365 131 227 0 100 46 4 520 131 101
Binary 11110101 1011001 10010111 0 1000000 100110 100 101010000 1011001 1000001

Color Harmonies of #F55997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55997

Black with #F55997

Text Example


Text Example

White with #F55997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55997; }

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

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

background-color css

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

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

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

border-color css

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

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

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