Html Css Color HEX #F551AA Brilliant Rose

📋 copy color: '#F551AA'

red 245 ◦ green 81 ◦ blue 170

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

Shades of Brilliant Rose #F551AA

Tints of Brilliant Rose #F551AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 49.4%
G = 16.33%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F551AA (or 0xF551AA) is known color: Brilliant Rose. HEX triplet: F5, 51 and AA. RGB value is (245,81,170). Sum of RGB (Red+Green+Blue) = 245+81+170=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F551AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F551AA is #0AAE55. Grayscale: #8B8B8B. Windows color (decimal): -699990 or 11162101. OLE color: 11162101.

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

Color convert

RGB 245 81 170 -
CMYK 0 0.67 0.31 0.04
HSL 327.44º 0.89% 0.64% -
HSV(B) 327.44º 0.67% 0.96% -
XYZ 47.85 28.2 40.95 -
YUV 140.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 245 81 170 0 0.67 0.31 0.04 327.44 0.89 0.64
Hex F5 51 AA 0 43 1F 4 147 59 40
Octal 365 121 252 0 103 37 4 507 131 100
Binary 11110101 1010001 10101010 0 1000011 11111 100 101000111 1011001 1000000

Color Harmonies of #F551AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551AA

Black with #F551AA

Text Example


Text Example

White with #F551AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551AA; }

 p { color: rgb(245,81,170); }

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

background-color css

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

 a { background-color: rgb(245,81,170); }

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

border-color css

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

 span { border-color: rgb(245,81,170); }

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