Html Css Color HEX #F64460 Radical Red

📋 copy color: '#F64460'

red 246 ◦ green 68 ◦ blue 96

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

Shades of Radical Red #F64460

Tints of Radical Red #F64460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

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

R = 60%
G = 16.59%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F64460 (or 0xF64460) is known color: Radical Red. HEX triplet: F6, 44 and 60. RGB value is (246,68,96). Sum of RGB (Red+Green+Blue) = 246+68+96=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F64460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64460 is #09BB9F. Grayscale: #7C7C7C. Windows color (decimal): -637856 or 6309110. OLE color: 6309110.

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

Color convert

RGB 246 68 96 -
CMYK 0 0.72 0.61 0.04
HSL 350.56º 0.91% 0.62% -
HSV(B) 350.56º 0.72% 0.96% -
XYZ 42.18 24.57 13.59 -
YUV 124.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 246 68 96 0 0.72 0.61 0.04 350.56 0.91 0.62
Hex F6 44 60 0 48 3D 4 15F 5B 3E
Octal 366 104 140 0 110 75 4 537 133 76
Binary 11110110 1000100 1100000 0 1001000 111101 100 101011111 1011011 111110

Color Harmonies of #F64460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64460

Black with #F64460

Text Example


Text Example

White with #F64460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64460; }

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

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

background-color css

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

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

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

border-color css

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

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

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