Html Css Color HEX #FF52AB Brilliant Rose

📋 copy color: '#FF52AB'

red 255 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #FF52AB

Tints of Brilliant Rose #FF52AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 50.2%
G = 16.14%
B = 33.66%

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

#FF52AB (or 0xFF52AB) is known color: Brilliant Rose. HEX triplet: FF, 52 and AB. RGB value is (255,82,171). Sum of RGB (Red+Green+Blue) = 255+82+171=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52AB is #00AD54. Grayscale: #8F8F8F. Windows color (decimal): -44373 or 11227903. OLE color: 11227903.

HSL color Cylindrical-coordinate representation of color #FF52AB: hue angle of 329.13º 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 #FF52AB is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 171 -
CMYK 0 0.68 0.33 0
HSL 329.13º 1% 0.66% -
HSV(B) 329.13º 0.68% 1% -
XYZ 51.61 30.23 41.64 -
YUV 143.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 255 82 171 0 0.68 0.33 0 329.13 1 0.66
Hex FF 52 AB 0 44 21 0 149 64 42
Octal 377 122 253 0 104 41 0 511 144 102
Binary 11111111 1010010 10101011 0 1000100 100001 0 101001001 1100100 1000010

Color Harmonies of #FF52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52AB

Black with #FF52AB

Text Example


Text Example

White with #FF52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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