Html Css Color HEX #F55697 Brilliant Rose

📋 copy color: '#F55697'

red 245 ◦ green 86 ◦ blue 151

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

Shades of Brilliant Rose #F55697

Tints of Brilliant Rose #F55697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

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

R = 50.83%
G = 17.84%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55697 (or 0xF55697) is known color: Brilliant Rose. HEX triplet: F5, 56 and 97. RGB value is (245,86,151). Sum of RGB (Red+Green+Blue) = 245+86+151=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55697 is #0AA968. Grayscale: #8C8C8C. Windows color (decimal): -698729 or 9918197. OLE color: 9918197.

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

Color convert

RGB 245 86 151 -
CMYK 0 0.65 0.38 0.04
HSL 335.47º 0.89% 0.65% -
HSV(B) 335.47º 0.65% 0.96% -
XYZ 46.57 28.3 32.29 -
YUV 140.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 245 86 151 0 0.65 0.38 0.04 335.47 0.89 0.65
Hex F5 56 97 0 41 26 4 14F 59 41
Octal 365 126 227 0 101 46 4 517 131 101
Binary 11110101 1010110 10010111 0 1000001 100110 100 101001111 1011001 1000001

Color Harmonies of #F55697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55697

Black with #F55697

Text Example


Text Example

White with #F55697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55697; }

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

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

background-color css

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

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

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

border-color css

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

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

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