Html Css Color HEX #F551AE Brilliant Rose

📋 copy color: '#F551AE'

red 245 ◦ green 81 ◦ blue 174

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

Shades of Brilliant Rose #F551AE

Tints of Brilliant Rose #F551AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 49%
G = 16.2%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F551AE (or 0xF551AE) is known color: Brilliant Rose. HEX triplet: F5, 51 and AE. RGB value is (245,81,174). Sum of RGB (Red+Green+Blue) = 245+81+174=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F551AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F551AE is #0AAE51. Grayscale: #8C8C8C. Windows color (decimal): -699986 or 11424245. OLE color: 11424245.

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

Color convert

RGB 245 81 174 -
CMYK 0 0.67 0.29 0.04
HSL 325.98º 0.89% 0.64% -
HSV(B) 325.98º 0.67% 0.96% -
XYZ 48.24 28.35 42.97 -
YUV 140.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 245 81 174 0 0.67 0.29 0.04 325.98 0.89 0.64
Hex F5 51 AE 0 43 1D 4 146 59 40
Octal 365 121 256 0 103 35 4 506 131 100
Binary 11110101 1010001 10101110 0 1000011 11101 100 101000110 1011001 1000000

Color Harmonies of #F551AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551AE

Black with #F551AE

Text Example


Text Example

White with #F551AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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