Html Css Color HEX #F550AC Brilliant Rose

📋 copy color: '#F550AC'

red 245 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #F550AC

Tints of Brilliant Rose #F550AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

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

R = 49.3%
G = 16.1%
B = 34.61%

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

#F550AC (or 0xF550AC) is known color: Brilliant Rose. HEX triplet: F5, 50 and AC. RGB value is (245,80,172). Sum of RGB (Red+Green+Blue) = 245+80+172=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F550AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F550AC is #0AAF53. Grayscale: #8B8B8B. Windows color (decimal): -700244 or 11292917. OLE color: 11292917.

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

Color convert

RGB 245 80 172 -
CMYK 0 0.67 0.30 0.04
HSL 326.55º 0.89% 0.64% -
HSV(B) 326.55º 0.67% 0.96% -
XYZ 47.97 28.13 41.93 -
YUV 139.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 245 80 172 0 0.67 0.30 0.04 326.55 0.89 0.64
Hex F5 50 AC 0 43 1E 4 147 59 40
Octal 365 120 254 0 103 36 4 507 131 100
Binary 11110101 1010000 10101100 0 1000011 11110 100 101000111 1011001 1000000

Color Harmonies of #F550AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550AC

Black with #F550AC

Text Example


Text Example

White with #F550AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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