Html Css Color HEX #F64360 Radical Red

📋 copy color: '#F64360'

red 246 ◦ green 67 ◦ blue 96

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

Shades of Radical Red #F64360

Tints of Radical Red #F64360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

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

R = 60.15%
G = 16.38%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F64360 (or 0xF64360) is known color: Radical Red. HEX triplet: F6, 43 and 60. RGB value is (246,67,96). Sum of RGB (Red+Green+Blue) = 246+67+96=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F64360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64360 is #09BC9F. Grayscale: #7B7B7B. Windows color (decimal): -638112 or 6308854. OLE color: 6308854.

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

Color convert

RGB 246 67 96 -
CMYK 0 0.73 0.61 0.04
HSL 350.28º 0.91% 0.61% -
HSV(B) 350.28º 0.73% 0.96% -
XYZ 42.12 24.45 13.57 -
YUV 123.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 246 67 96 0 0.73 0.61 0.04 350.28 0.91 0.61
Hex F6 43 60 0 49 3D 4 15E 5B 3D
Octal 366 103 140 0 111 75 4 536 133 75
Binary 11110110 1000011 1100000 0 1001001 111101 100 101011110 1011011 111101

Color Harmonies of #F64360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64360

Black with #F64360

Text Example


Text Example

White with #F64360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64360; }

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

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

background-color css

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

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

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

border-color css

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

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

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