Html Css Color HEX #F54258 Radical Red

📋 copy color: '#F54258'

red 245 ◦ green 66 ◦ blue 88

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

Shades of Radical Red #F54258

Tints of Radical Red #F54258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 61.4%
G = 16.54%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F54258 (or 0xF54258) is known color: Radical Red. HEX triplet: F5, 42 and 58. RGB value is (245,66,88). Sum of RGB (Red+Green+Blue) = 245+66+88=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F54258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54258 is #0ABDA7. Grayscale: #7A7A7A. Windows color (decimal): -703912 or 5784309. OLE color: 5784309.

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

Color convert

RGB 245 66 88 -
CMYK 0 0.73 0.64 0.04
HSL 352.63º 0.9% 0.61% -
HSV(B) 352.63º 0.73% 0.96% -
XYZ 41.37 24.01 11.69 -
YUV 122.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 245 66 88 0 0.73 0.64 0.04 352.63 0.9 0.61
Hex F5 42 58 0 49 40 4 161 5A 3D
Octal 365 102 130 0 111 100 4 541 132 75
Binary 11110101 1000010 1011000 0 1001001 1000000 100 101100001 1011010 111101

Color Harmonies of #F54258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54258

Black with #F54258

Text Example


Text Example

White with #F54258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54258; }

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

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

background-color css

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

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

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

border-color css

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

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

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