Html Css Color HEX #F55299 Brilliant Rose

📋 copy color: '#F55299'

red 245 ◦ green 82 ◦ blue 153

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

Shades of Brilliant Rose #F55299

Tints of Brilliant Rose #F55299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.08%

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 51.04%
G = 17.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55299 (or 0xF55299) is known color: Brilliant Rose. HEX triplet: F5, 52 and 99. RGB value is (245,82,153). Sum of RGB (Red+Green+Blue) = 245+82+153=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F55299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55299 is #0AAD66. Grayscale: #8A8A8A. Windows color (decimal): -699751 or 10048245. OLE color: 10048245.

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

Color convert

RGB 245 82 153 -
CMYK 0 0.67 0.38 0.04
HSL 333.87º 0.89% 0.64% -
HSV(B) 333.87º 0.67% 0.96% -
XYZ 46.42 27.75 33.05 -
YUV 138.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 245 82 153 0 0.67 0.38 0.04 333.87 0.89 0.64
Hex F5 52 99 0 43 26 4 14E 59 40
Octal 365 122 231 0 103 46 4 516 131 100
Binary 11110101 1010010 10011001 0 1000011 100110 100 101001110 1011001 1000000

Color Harmonies of #F55299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55299

Black with #F55299

Text Example


Text Example

White with #F55299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55299; }

 p { color: rgb(245,82,153); }

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

background-color css

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

 a { background-color: rgb(245,82,153); }

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

border-color css

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

 span { border-color: rgb(245,82,153); }

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