Html Css Color HEX #F5525A Radical Red

📋 copy color: '#F5525A'

red 245 ◦ green 82 ◦ blue 90

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

Shades of Radical Red #F5525A

Tints of Radical Red #F5525A

RGB

 RED value IS 245 (96.09% from 255) = 58.75%

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

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

R = 58.75%
G = 19.66%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5525A (or 0xF5525A) is known color: Radical Red. HEX triplet: F5, 52 and 5A. RGB value is (245,82,90). Sum of RGB (Red+Green+Blue) = 245+82+90=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5525A is #0AADA5. Grayscale: #838383. Windows color (decimal): -699814 or 5919477. OLE color: 5919477.

HSL color Cylindrical-coordinate representation of color #F5525A: hue angle of 357.06º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5525A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 90 -
CMYK 0 0.67 0.63 0.04
HSL 357.06º 0.89% 0.64% -
HSV(B) 357.06º 0.67% 0.96% -
XYZ 42.52 26.19 12.49 -
YUV 131.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 245 82 90 0 0.67 0.63 0.04 357.06 0.89 0.64
Hex F5 52 5A 0 43 3F 4 165 59 40
Octal 365 122 132 0 103 77 4 545 131 100
Binary 11110101 1010010 1011010 0 1000011 111111 100 101100101 1011001 1000000

Color Harmonies of #F5525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5525A

Black with #F5525A

Text Example


Text Example

White with #F5525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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