Html Css Color HEX #F53B5C Radical Red

📋 copy color: '#F53B5C'

red 245 ◦ green 59 ◦ blue 92

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

Shades of Radical Red #F53B5C

Tints of Radical Red #F53B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.9%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 61.87%
G = 14.9%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F53B5C (or 0xF53B5C) is known color: Radical Red. HEX triplet: F5, 3B and 5C. RGB value is (245,59,92). Sum of RGB (Red+Green+Blue) = 245+59+92=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B5C is #0AC4A3. Grayscale: #767676. Windows color (decimal): -705700 or 6044661. OLE color: 6044661.

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

Color convert

RGB 245 59 92 -
CMYK 0 0.76 0.62 0.04
HSL 349.35º 0.9% 0.6% -
HSV(B) 349.35º 0.76% 0.96% -
XYZ 41.15 23.31 12.46 -
YUV 118.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 245 59 92 0 0.76 0.62 0.04 349.35 0.9 0.6
Hex F5 3B 5C 0 4C 3E 4 15D 5A 3C
Octal 365 73 134 0 114 76 4 535 132 74
Binary 11110101 111011 1011100 0 1001100 111110 100 101011101 1011010 111100

Color Harmonies of #F53B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B5C

Black with #F53B5C

Text Example


Text Example

White with #F53B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B5C; }

 p { color: rgb(245,59,92); }

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

background-color css

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

 a { background-color: rgb(245,59,92); }

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

border-color css

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

 span { border-color: rgb(245,59,92); }

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