Html Css Color HEX #F553AE Brilliant Rose

📋 copy color: '#F553AE'

red 245 ◦ green 83 ◦ blue 174

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

Shades of Brilliant Rose #F553AE

Tints of Brilliant Rose #F553AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.53%

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

R = 48.8%
G = 16.53%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F553AE (or 0xF553AE) is known color: Brilliant Rose. HEX triplet: F5, 53 and AE. RGB value is (245,83,174). Sum of RGB (Red+Green+Blue) = 245+83+174=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F553AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F553AE is #0AAC51. Grayscale: #8D8D8D. Windows color (decimal): -699474 or 11424757. OLE color: 11424757.

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

Color convert

RGB 245 83 174 -
CMYK 0 0.66 0.29 0.04
HSL 326.3º 0.89% 0.64% -
HSV(B) 326.3º 0.66% 0.96% -
XYZ 48.39 28.65 43.02 -
YUV 141.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 245 83 174 0 0.66 0.29 0.04 326.3 0.89 0.64
Hex F5 53 AE 0 42 1D 4 146 59 40
Octal 365 123 256 0 102 35 4 506 131 100
Binary 11110101 1010011 10101110 0 1000010 11101 100 101000110 1011001 1000000

Color Harmonies of #F553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553AE

Black with #F553AE

Text Example


Text Example

White with #F553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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