Html Css Color HEX #F551AC Brilliant Rose

📋 copy color: '#F551AC'

red 245 ◦ green 81 ◦ blue 172

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

Shades of Brilliant Rose #F551AC

Tints of Brilliant Rose #F551AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 49.2%
G = 16.27%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F551AC (or 0xF551AC) is known color: Brilliant Rose. HEX triplet: F5, 51 and AC. RGB value is (245,81,172). Sum of RGB (Red+Green+Blue) = 245+81+172=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F551AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F551AC is #0AAE53. Grayscale: #8C8C8C. Windows color (decimal): -699988 or 11293173. OLE color: 11293173.

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

Color convert

RGB 245 81 172 -
CMYK 0 0.67 0.30 0.04
HSL 326.71º 0.89% 0.64% -
HSV(B) 326.71º 0.67% 0.96% -
XYZ 48.05 28.28 41.96 -
YUV 140.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 245 81 172 0 0.67 0.30 0.04 326.71 0.89 0.64
Hex F5 51 AC 0 43 1E 4 147 59 40
Octal 365 121 254 0 103 36 4 507 131 100
Binary 11110101 1010001 10101100 0 1000011 11110 100 101000111 1011001 1000000

Color Harmonies of #F551AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551AC

Black with #F551AC

Text Example


Text Example

White with #F551AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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