Html Css Color HEX #F54251 Radical Red

📋 copy color: '#F54251'

red 245 ◦ green 66 ◦ blue 81

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

Shades of Radical Red #F54251

Tints of Radical Red #F54251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 62.5%
G = 16.84%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F54251 (or 0xF54251) is known color: Radical Red. HEX triplet: F5, 42 and 51. RGB value is (245,66,81). Sum of RGB (Red+Green+Blue) = 245+66+81=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F54251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54251 is #0ABDAE. Grayscale: #797979. Windows color (decimal): -703919 or 5325557. OLE color: 5325557.

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

Color convert

RGB 245 66 81 -
CMYK 0 0.73 0.67 0.04
HSL 354.97º 0.9% 0.61% -
HSV(B) 354.97º 0.73% 0.96% -
XYZ 41.09 23.9 10.23 -
YUV 121.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 245 66 81 0 0.73 0.67 0.04 354.97 0.9 0.61
Hex F5 42 51 0 49 43 4 163 5A 3D
Octal 365 102 121 0 111 103 4 543 132 75
Binary 11110101 1000010 1010001 0 1001001 1000011 100 101100011 1011010 111101

Color Harmonies of #F54251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54251

Black with #F54251

Text Example


Text Example

White with #F54251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54251; }

 p { color: rgb(245,66,81); }

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

background-color css

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

 a { background-color: rgb(245,66,81); }

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

border-color css

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

 span { border-color: rgb(245,66,81); }

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