Html Css Color HEX #F62370 Radical Red

📋 copy color: '#F62370'

red 246 ◦ green 35 ◦ blue 112

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

Shades of Radical Red #F62370

Tints of Radical Red #F62370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.91%

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

R = 62.6%
G = 8.91%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F62370 (or 0xF62370) is known color: Radical Red. HEX triplet: F6, 23 and 70. RGB value is (246,35,112). Sum of RGB (Red+Green+Blue) = 246+35+112=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F62370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62370 is #09DC8F. Grayscale: #6A6A6A. Windows color (decimal): -646288 or 7349238. OLE color: 7349238.

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

Color convert

RGB 246 35 112 -
CMYK 0 0.86 0.54 0.04
HSL 338.1º 0.92% 0.55% -
HSV(B) 338.1º 0.86% 0.96% -
XYZ 41.53 21.96 17.38 -
YUV 106.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 246 35 112 0 0.86 0.54 0.04 338.1 0.92 0.55
Hex F6 23 70 0 56 36 4 152 5C 37
Octal 366 43 160 0 126 66 4 522 134 67
Binary 11110110 100011 1110000 0 1010110 110110 100 101010010 1011100 110111

Color Harmonies of #F62370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62370

Black with #F62370

Text Example


Text Example

White with #F62370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62370; }

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

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

background-color css

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

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

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

border-color css

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

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

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