Html Css Color HEX #F552A6 Brilliant Rose

📋 copy color: '#F552A6'

red 245 ◦ green 82 ◦ blue 166

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

Shades of Brilliant Rose #F552A6

Tints of Brilliant Rose #F552A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.67%

R = 49.7%
G = 16.63%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F552A6 (or 0xF552A6) is known color: Brilliant Rose. HEX triplet: F5, 52 and A6. RGB value is (245,82,166). Sum of RGB (Red+Green+Blue) = 245+82+166=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F552A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F552A6 is #0AAD59. Grayscale: #8C8C8C. Windows color (decimal): -699738 or 10900213. OLE color: 10900213.

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

Color convert

RGB 245 82 166 -
CMYK 0 0.67 0.32 0.04
HSL 329.08º 0.89% 0.64% -
HSV(B) 329.08º 0.67% 0.96% -
XYZ 47.56 28.2 39.01 -
YUV 140.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 245 82 166 0 0.67 0.32 0.04 329.08 0.89 0.64
Hex F5 52 A6 0 43 20 4 149 59 40
Octal 365 122 246 0 103 40 4 511 131 100
Binary 11110101 1010010 10100110 0 1000011 100000 100 101001001 1011001 1000000

Color Harmonies of #F552A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552A6

Black with #F552A6

Text Example


Text Example

White with #F552A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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