Html Css Color HEX #FF52AA Brilliant Rose

📋 copy color: '#FF52AA'

red 255 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #FF52AA

Tints of Brilliant Rose #FF52AA

RGB

 RED value IS 255 (100% from 255) = 50.3%

 GREEN value IS 82 (32.42% from 255) = 16.17%

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

R = 50.3%
G = 16.17%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF52AA (or 0xFF52AA) is known color: Brilliant Rose. HEX triplet: FF, 52 and AA. RGB value is (255,82,170). Sum of RGB (Red+Green+Blue) = 255+82+170=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52AA is #00AD55. Grayscale: #8F8F8F. Windows color (decimal): -44374 or 11162367. OLE color: 11162367.

HSL color Cylindrical-coordinate representation of color #FF52AA: hue angle of 329.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52AA is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 170 -
CMYK 0 0.68 0.33 0
HSL 329.48º 1% 0.66% -
HSV(B) 329.48º 0.68% 1% -
XYZ 51.51 30.2 41.14 -
YUV 143.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 255 82 170 0 0.68 0.33 0 329.48 1 0.66
Hex FF 52 AA 0 44 21 0 149 64 42
Octal 377 122 252 0 104 41 0 511 144 102
Binary 11111111 1010010 10101010 0 1000100 100001 0 101001001 1100100 1000010

Color Harmonies of #FF52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52AA

Black with #FF52AA

Text Example


Text Example

White with #FF52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52AA; }

 p { color: rgb(255,82,170); }

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

background-color css

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

 a { background-color: rgb(255,82,170); }

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

border-color css

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

 span { border-color: rgb(255,82,170); }

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