Html Css Color HEX #F53D4C Radical Red

📋 copy color: '#F53D4C'

red 245 ◦ green 61 ◦ blue 76

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

Shades of Radical Red #F53D4C

Tints of Radical Red #F53D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 64.14%
G = 15.97%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F53D4C (or 0xF53D4C) is known color: Radical Red. HEX triplet: F5, 3D and 4C. RGB value is (245,61,76). Sum of RGB (Red+Green+Blue) = 245+61+76=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D4C is #0AC2B3. Grayscale: #757575. Windows color (decimal): -705204 or 4996597. OLE color: 4996597.

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

Color convert

RGB 245 61 76 -
CMYK 0 0.75 0.69 0.04
HSL 355.11º 0.9% 0.6% -
HSV(B) 355.11º 0.75% 0.96% -
XYZ 40.63 23.27 9.19 -
YUV 117.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 245 61 76 0 0.75 0.69 0.04 355.11 0.9 0.6
Hex F5 3D 4C 0 4B 45 4 163 5A 3C
Octal 365 75 114 0 113 105 4 543 132 74
Binary 11110101 111101 1001100 0 1001011 1000101 100 101100011 1011010 111100

Color Harmonies of #F53D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D4C

Black with #F53D4C

Text Example


Text Example

White with #F53D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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