Html Css Color HEX #F5335D Radical Red

📋 copy color: '#F5335D'

red 245 ◦ green 51 ◦ blue 93

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

Shades of Radical Red #F5335D

Tints of Radical Red #F5335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 62.98%
G = 13.11%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5335D (or 0xF5335D) is known color: Radical Red. HEX triplet: F5, 33 and 5D. RGB value is (245,51,93). Sum of RGB (Red+Green+Blue) = 245+51+93=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5335D is #0ACCA2. Grayscale: #717171. Windows color (decimal): -707747 or 6108149. OLE color: 6108149.

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

Color convert

RGB 245 51 93 -
CMYK 0 0.79 0.62 0.04
HSL 347.01º 0.91% 0.58% -
HSV(B) 347.01º 0.79% 0.96% -
XYZ 40.82 22.57 12.56 -
YUV 113.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 245 51 93 0 0.79 0.62 0.04 347.01 0.91 0.58
Hex F5 33 5D 0 4F 3E 4 15B 5B 3A
Octal 365 63 135 0 117 76 4 533 133 72
Binary 11110101 110011 1011101 0 1001111 111110 100 101011011 1011011 111010

Color Harmonies of #F5335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5335D

Black with #F5335D

Text Example


Text Example

White with #F5335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5335D; }

 p { color: rgb(245,51,93); }

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

background-color css

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

 a { background-color: rgb(245,51,93); }

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

border-color css

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

 span { border-color: rgb(245,51,93); }

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