Html Css Color HEX #F55254 Radical Red

📋 copy color: '#F55254'

red 245 ◦ green 82 ◦ blue 84

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

Shades of Radical Red #F55254

Tints of Radical Red #F55254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 59.61%
G = 19.95%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F55254 (or 0xF55254) is known color: Radical Red. HEX triplet: F5, 52 and 54. RGB value is (245,82,84). Sum of RGB (Red+Green+Blue) = 245+82+84=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F55254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55254 is #0AADAB. Grayscale: #838383. Windows color (decimal): -699820 or 5526261. OLE color: 5526261.

HSL color Cylindrical-coordinate representation of color #F55254: hue angle of 359.26º 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 #F55254 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 84 -
CMYK 0 0.67 0.66 0.04
HSL 359.26º 0.89% 0.64% -
HSV(B) 359.26º 0.67% 0.96% -
XYZ 42.27 26.09 11.19 -
YUV 130.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 245 82 84 0 0.67 0.66 0.04 359.26 0.89 0.64
Hex F5 52 54 0 43 42 4 167 59 40
Octal 365 122 124 0 103 102 4 547 131 100
Binary 11110101 1010010 1010100 0 1000011 1000010 100 101100111 1011001 1000000

Color Harmonies of #F55254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55254

Black with #F55254

Text Example


Text Example

White with #F55254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55254; }

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

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

background-color css

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

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

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

border-color css

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

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

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