Html Css Color HEX #F55698 Brilliant Rose

📋 copy color: '#F55698'

red 245 ◦ green 86 ◦ blue 152

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

Shades of Brilliant Rose #F55698

Tints of Brilliant Rose #F55698

RGB

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

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

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

R = 50.72%
G = 17.81%
B = 31.47%

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

#F55698 (or 0xF55698) is known color: Brilliant Rose. HEX triplet: F5, 56 and 98. RGB value is (245,86,152). Sum of RGB (Red+Green+Blue) = 245+86+152=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F55698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55698 is #0AA967. Grayscale: #8C8C8C. Windows color (decimal): -698728 or 9983733. OLE color: 9983733.

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

Color convert

RGB 245 86 152 -
CMYK 0 0.65 0.38 0.04
HSL 335.09º 0.89% 0.65% -
HSV(B) 335.09º 0.65% 0.96% -
XYZ 46.65 28.34 32.72 -
YUV 141.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 245 86 152 0 0.65 0.38 0.04 335.09 0.89 0.65
Hex F5 56 98 0 41 26 4 14F 59 41
Octal 365 126 230 0 101 46 4 517 131 101
Binary 11110101 1010110 10011000 0 1000001 100110 100 101001111 1011001 1000001

Color Harmonies of #F55698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55698

Black with #F55698

Text Example


Text Example

White with #F55698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55698; }

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

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

background-color css

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

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

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

border-color css

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

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

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