Html Css Color HEX #FF525A Radical Red

📋 copy color: '#FF525A'

red 255 ◦ green 82 ◦ blue 90

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

Shades of Radical Red #FF525A

Tints of Radical Red #FF525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 59.72%
G = 19.2%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF525A (or 0xFF525A) is known color: Radical Red. HEX triplet: FF, 52 and 5A. RGB value is (255,82,90). Sum of RGB (Red+Green+Blue) = 255+82+90=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF525A is #00ADA5. Grayscale: #868686. Windows color (decimal): -44454 or 5919487. OLE color: 5919487.

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

Color convert

RGB 255 82 90 -
CMYK 0 0.68 0.65 0
HSL 357.23º 1% 0.66% -
HSV(B) 357.23º 0.68% 1% -
XYZ 46.1 28.03 12.65 -
YUV 134.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 255 82 90 0 0.68 0.65 0 357.23 1 0.66
Hex FF 52 5A 0 44 41 0 165 64 42
Octal 377 122 132 0 104 101 0 545 144 102
Binary 11111111 1010010 1011010 0 1000100 1000001 0 101100101 1100100 1000010

Color Harmonies of #FF525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF525A

Black with #FF525A

Text Example


Text Example

White with #FF525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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