Html Css Color HEX #F558AA Brilliant Rose

📋 copy color: '#F558AA'

red 245 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #F558AA

Tints of Brilliant Rose #F558AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

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

R = 48.71%
G = 17.5%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F558AA (or 0xF558AA) is known color: Brilliant Rose. HEX triplet: F5, 58 and AA. RGB value is (245,88,170). Sum of RGB (Red+Green+Blue) = 245+88+170=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F558AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F558AA is #0AA755. Grayscale: #909090. Windows color (decimal): -698198 or 11163893. OLE color: 11163893.

HSL color Cylindrical-coordinate representation of color #F558AA: hue angle of 328.66º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F558AA is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 88 170 -
CMYK 0 0.64 0.31 0.04
HSL 328.66º 0.89% 0.65% -
HSV(B) 328.66º 0.64% 0.96% -
XYZ 48.4 29.29 41.13 -
YUV 144.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 245 88 170 0 0.64 0.31 0.04 328.66 0.89 0.65
Hex F5 58 AA 0 40 1F 4 149 59 41
Octal 365 130 252 0 100 37 4 511 131 101
Binary 11110101 1011000 10101010 0 1000000 11111 100 101001001 1011001 1000001

Color Harmonies of #F558AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558AA

Black with #F558AA

Text Example


Text Example

White with #F558AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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