Html Css Color HEX #F55358 Radical Red

📋 copy color: '#F55358'

red 245 ◦ green 83 ◦ blue 88

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

Shades of Radical Red #F55358

Tints of Radical Red #F55358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 58.89%
G = 19.95%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F55358 (or 0xF55358) is known color: Radical Red. HEX triplet: F5, 53 and 58. RGB value is (245,83,88). Sum of RGB (Red+Green+Blue) = 245+83+88=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F55358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55358 is #0AACA7. Grayscale: #848484. Windows color (decimal): -699560 or 5788661. OLE color: 5788661.

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

Color convert

RGB 245 83 88 -
CMYK 0 0.66 0.64 0.04
HSL 358.15º 0.89% 0.64% -
HSV(B) 358.15º 0.66% 0.96% -
XYZ 42.51 26.3 12.07 -
YUV 132.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 245 83 88 0 0.66 0.64 0.04 358.15 0.89 0.64
Hex F5 53 58 0 42 40 4 166 59 40
Octal 365 123 130 0 102 100 4 546 131 100
Binary 11110101 1010011 1011000 0 1000010 1000000 100 101100110 1011001 1000000

Color Harmonies of #F55358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55358

Black with #F55358

Text Example


Text Example

White with #F55358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55358; }

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

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

background-color css

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

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

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

border-color css

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

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

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