Html Css Color HEX #F62360 Radical Red

📋 copy color: '#F62360'

red 246 ◦ green 35 ◦ blue 96

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

Shades of Radical Red #F62360

Tints of Radical Red #F62360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.46%

R = 65.25%
G = 9.28%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F62360 (or 0xF62360) is known color: Radical Red. HEX triplet: F6, 23 and 60. RGB value is (246,35,96). Sum of RGB (Red+Green+Blue) = 246+35+96=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F62360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62360 is #09DC9F. Grayscale: #696969. Windows color (decimal): -646304 or 6300662. OLE color: 6300662.

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

Color convert

RGB 246 35 96 -
CMYK 0 0.86 0.61 0.04
HSL 342.65º 0.92% 0.55% -
HSV(B) 342.65º 0.86% 0.96% -
XYZ 40.72 21.64 13.1 -
YUV 105.04 122.9 228.54 -
System Red Green Blue C M Y K H S L
Decimal 246 35 96 0 0.86 0.61 0.04 342.65 0.92 0.55
Hex F6 23 60 0 56 3D 4 157 5C 37
Octal 366 43 140 0 126 75 4 527 134 67
Binary 11110110 100011 1100000 0 1010110 111101 100 101010111 1011100 110111

Color Harmonies of #F62360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62360

Black with #F62360

Text Example


Text Example

White with #F62360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62360; }

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

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

background-color css

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

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

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

border-color css

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

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

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