Html Css Color HEX #F5355A Radical Red

📋 copy color: '#F5355A'

red 245 ◦ green 53 ◦ blue 90

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

Shades of Radical Red #F5355A

Tints of Radical Red #F5355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.66%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 63.14%
G = 13.66%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5355A (or 0xF5355A) is known color: Radical Red. HEX triplet: F5, 35 and 5A. RGB value is (245,53,90). Sum of RGB (Red+Green+Blue) = 245+53+90=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5355A is #0ACAA5. Grayscale: #727272. Windows color (decimal): -707238 or 5912053. OLE color: 5912053.

HSL color Cylindrical-coordinate representation of color #F5355A: hue angle of 348.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5355A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 53 90 -
CMYK 0 0.78 0.63 0.04
HSL 348.44º 0.91% 0.58% -
HSV(B) 348.44º 0.78% 0.96% -
XYZ 40.77 22.7 11.9 -
YUV 114.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 245 53 90 0 0.78 0.63 0.04 348.44 0.91 0.58
Hex F5 35 5A 0 4E 3F 4 15C 5B 3A
Octal 365 65 132 0 116 77 4 534 133 72
Binary 11110101 110101 1011010 0 1001110 111111 100 101011100 1011011 111010

Color Harmonies of #F5355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5355A

Black with #F5355A

Text Example


Text Example

White with #F5355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5355A; }

 p { color: rgb(245,53,90); }

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

background-color css

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

 a { background-color: rgb(245,53,90); }

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

border-color css

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

 span { border-color: rgb(245,53,90); }

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