Html Css Color HEX #F64963 Radical Red

📋 copy color: '#F64963'

red 246 ◦ green 73 ◦ blue 99

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

Shades of Radical Red #F64963

Tints of Radical Red #F64963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 58.85%
G = 17.46%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F64963 (or 0xF64963) is known color: Radical Red. HEX triplet: F6, 49 and 63. RGB value is (246,73,99). Sum of RGB (Red+Green+Blue) = 246+73+99=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F64963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64963 is #09B69C. Grayscale: #7F7F7F. Windows color (decimal): -636573 or 6506998. OLE color: 6506998.

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

Color convert

RGB 246 73 99 -
CMYK 0 0.70 0.60 0.04
HSL 350.98º 0.91% 0.63% -
HSV(B) 350.98º 0.7% 0.96% -
XYZ 42.64 25.26 14.43 -
YUV 127.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 246 73 99 0 0.70 0.60 0.04 350.98 0.91 0.63
Hex F6 49 63 0 46 3C 4 15F 5B 3F
Octal 366 111 143 0 106 74 4 537 133 77
Binary 11110110 1001001 1100011 0 1000110 111100 100 101011111 1011011 111111

Color Harmonies of #F64963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64963

Black with #F64963

Text Example


Text Example

White with #F64963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64963; }

 p { color: rgb(246,73,99); }

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

background-color css

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

 a { background-color: rgb(246,73,99); }

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

border-color css

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

 span { border-color: rgb(246,73,99); }

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