Html Css Color HEX #FF5052 Radical Red

📋 copy color: '#FF5052'

red 255 ◦ green 80 ◦ blue 82

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

Shades of Radical Red #FF5052

Tints of Radical Red #FF5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 61.15%
G = 19.18%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF5052 (or 0xFF5052) is known color: Radical Red. HEX triplet: FF, 50 and 52. RGB value is (255,80,82). Sum of RGB (Red+Green+Blue) = 255+80+82=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5052 is #00AFAD. Grayscale: #848484. Windows color (decimal): -44974 or 5394687. OLE color: 5394687.

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

Color convert

RGB 255 80 82 -
CMYK 0 0.69 0.68 0
HSL 359.31º 1% 0.66% -
HSV(B) 359.31º 0.69% 1% -
XYZ 45.63 27.61 10.91 -
YUV 132.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 255 80 82 0 0.69 0.68 0 359.31 1 0.66
Hex FF 50 52 0 45 44 0 167 64 42
Octal 377 120 122 0 105 104 0 547 144 102
Binary 11111111 1010000 1010010 0 1000101 1000100 0 101100111 1100100 1000010

Color Harmonies of #FF5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5052

Black with #FF5052

Text Example


Text Example

White with #FF5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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