Html Css Color HEX #FF52B6 Brilliant Rose

📋 copy color: '#FF52B6'

red 255 ◦ green 82 ◦ blue 182

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

Shades of Brilliant Rose #FF52B6

Tints of Brilliant Rose #FF52B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 49.13%
G = 15.8%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF52B6 (or 0xFF52B6) is known color: Brilliant Rose. HEX triplet: FF, 52 and B6. RGB value is (255,82,182). Sum of RGB (Red+Green+Blue) = 255+82+182=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52B6 is #00AD49. Grayscale: #909090. Windows color (decimal): -44362 or 11948799. OLE color: 11948799.

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

Color convert

RGB 255 82 182 -
CMYK 0 0.68 0.29 0
HSL 325.32º 1% 0.66% -
HSV(B) 325.32º 0.68% 1% -
XYZ 52.7 30.67 47.4 -
YUV 145.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 255 82 182 0 0.68 0.29 0 325.32 1 0.66
Hex FF 52 B6 0 44 1D 0 145 64 42
Octal 377 122 266 0 104 35 0 505 144 102
Binary 11111111 1010010 10110110 0 1000100 11101 0 101000101 1100100 1000010

Color Harmonies of #FF52B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52B6

Black with #FF52B6

Text Example


Text Example

White with #FF52B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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