Html Css Color HEX #F64968 Radical Red

📋 copy color: '#F64968'

red 246 ◦ green 73 ◦ blue 104

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

Shades of Radical Red #F64968

Tints of Radical Red #F64968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 58.16%
G = 17.26%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F64968 (or 0xF64968) is known color: Radical Red. HEX triplet: F6, 49 and 68. RGB value is (246,73,104). Sum of RGB (Red+Green+Blue) = 246+73+104=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F64968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64968 is #09B697. Grayscale: #808080. Windows color (decimal): -636568 or 6834678. OLE color: 6834678.

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

Color convert

RGB 246 73 104 -
CMYK 0 0.70 0.58 0.04
HSL 349.25º 0.91% 0.63% -
HSV(B) 349.25º 0.7% 0.96% -
XYZ 42.89 25.36 15.73 -
YUV 128.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 246 73 104 0 0.70 0.58 0.04 349.25 0.91 0.63
Hex F6 49 68 0 46 3A 4 15D 5B 3F
Octal 366 111 150 0 106 72 4 535 133 77
Binary 11110110 1001001 1101000 0 1000110 111010 100 101011101 1011011 111111

Color Harmonies of #F64968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64968

Black with #F64968

Text Example


Text Example

White with #F64968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64968; }

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

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

background-color css

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

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

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

border-color css

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

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

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