Html Css Color HEX #F53B6C Radical Red

📋 copy color: '#F53B6C'

red 245 ◦ green 59 ◦ blue 108

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

Shades of Radical Red #F53B6C

Tints of Radical Red #F53B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 59.47%
G = 14.32%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F53B6C (or 0xF53B6C) is known color: Radical Red. HEX triplet: F5, 3B and 6C. RGB value is (245,59,108). Sum of RGB (Red+Green+Blue) = 245+59+108=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B6C is #0AC493. Grayscale: #787878. Windows color (decimal): -705684 or 7093237. OLE color: 7093237.

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

Color convert

RGB 245 59 108 -
CMYK 0 0.76 0.56 0.04
HSL 344.19º 0.9% 0.6% -
HSV(B) 344.19º 0.76% 0.96% -
XYZ 41.93 23.62 16.54 -
YUV 120.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 245 59 108 0 0.76 0.56 0.04 344.19 0.9 0.6
Hex F5 3B 6C 0 4C 38 4 158 5A 3C
Octal 365 73 154 0 114 70 4 530 132 74
Binary 11110101 111011 1101100 0 1001100 111000 100 101011000 1011010 111100

Color Harmonies of #F53B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B6C

Black with #F53B6C

Text Example


Text Example

White with #F53B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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