Html Css Color HEX #F54051 Radical Red

📋 copy color: '#F54051'

red 245 ◦ green 64 ◦ blue 81

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

Shades of Radical Red #F54051

Tints of Radical Red #F54051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 62.82%
G = 16.41%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F54051 (or 0xF54051) is known color: Radical Red. HEX triplet: F5, 40 and 51. RGB value is (245,64,81). Sum of RGB (Red+Green+Blue) = 245+64+81=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F54051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54051 is #0ABFAE. Grayscale: #787878. Windows color (decimal): -704431 or 5325045. OLE color: 5325045.

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

Color convert

RGB 245 64 81 -
CMYK 0 0.74 0.67 0.04
HSL 354.36º 0.9% 0.61% -
HSV(B) 354.36º 0.74% 0.96% -
XYZ 40.97 23.67 10.19 -
YUV 120.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 245 64 81 0 0.74 0.67 0.04 354.36 0.9 0.61
Hex F5 40 51 0 4A 43 4 162 5A 3D
Octal 365 100 121 0 112 103 4 542 132 75
Binary 11110101 1000000 1010001 0 1001010 1000011 100 101100010 1011010 111101

Color Harmonies of #F54051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54051

Black with #F54051

Text Example


Text Example

White with #F54051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54051; }

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

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

background-color css

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

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

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

border-color css

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

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

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