Html Css Color HEX #F63570 Radical Red

📋 copy color: '#F63570'

red 246 ◦ green 53 ◦ blue 112

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

Shades of Radical Red #F63570

Tints of Radical Red #F63570

RGB

 RED value IS 246 (96.48% from 255) = 59.85%

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 59.85%
G = 12.9%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F63570 (or 0xF63570) is known color: Radical Red. HEX triplet: F6, 35 and 70. RGB value is (246,53,112). Sum of RGB (Red+Green+Blue) = 246+53+112=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F63570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63570 is #09CA8F. Grayscale: #757575. Windows color (decimal): -641680 or 7353846. OLE color: 7353846.

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

Color convert

RGB 246 53 112 -
CMYK 0 0.78 0.54 0.04
HSL 341.66º 0.91% 0.59% -
HSV(B) 341.66º 0.78% 0.96% -
XYZ 42.2 23.31 17.6 -
YUV 117.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 246 53 112 0 0.78 0.54 0.04 341.66 0.91 0.59
Hex F6 35 70 0 4E 36 4 156 5B 3B
Octal 366 65 160 0 116 66 4 526 133 73
Binary 11110110 110101 1110000 0 1001110 110110 100 101010110 1011011 111011

Color Harmonies of #F63570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63570

Black with #F63570

Text Example


Text Example

White with #F63570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63570; }

 p { color: rgb(246,53,112); }

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

background-color css

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

 a { background-color: rgb(246,53,112); }

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

border-color css

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

 span { border-color: rgb(246,53,112); }

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