Html Css Color HEX #F53D5D Radical Red

📋 copy color: '#F53D5D'

red 245 ◦ green 61 ◦ blue 93

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

Shades of Radical Red #F53D5D

Tints of Radical Red #F53D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

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

R = 61.4%
G = 15.29%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F53D5D (or 0xF53D5D) is known color: Radical Red. HEX triplet: F5, 3D and 5D. RGB value is (245,61,93). Sum of RGB (Red+Green+Blue) = 245+61+93=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D5D is #0AC2A2. Grayscale: #777777. Windows color (decimal): -705187 or 6110709. OLE color: 6110709.

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

Color convert

RGB 245 61 93 -
CMYK 0 0.75 0.62 0.04
HSL 349.57º 0.9% 0.6% -
HSV(B) 349.57º 0.75% 0.96% -
XYZ 41.3 23.54 12.72 -
YUV 119.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 245 61 93 0 0.75 0.62 0.04 349.57 0.9 0.6
Hex F5 3D 5D 0 4B 3E 4 15E 5A 3C
Octal 365 75 135 0 113 76 4 536 132 74
Binary 11110101 111101 1011101 0 1001011 111110 100 101011110 1011010 111100

Color Harmonies of #F53D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D5D

Black with #F53D5D

Text Example


Text Example

White with #F53D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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