Html Css Color HEX #F64164 Radical Red

📋 copy color: '#F64164'

red 246 ◦ green 65 ◦ blue 100

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

Shades of Radical Red #F64164

Tints of Radical Red #F64164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 59.85%
G = 15.82%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F64164 (or 0xF64164) is known color: Radical Red. HEX triplet: F6, 41 and 64. RGB value is (246,65,100). Sum of RGB (Red+Green+Blue) = 246+65+100=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F64164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64164 is #09BE9B. Grayscale: #7B7B7B. Windows color (decimal): -638620 or 6570486. OLE color: 6570486.

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

Color convert

RGB 246 65 100 -
CMYK 0 0.74 0.59 0.04
HSL 348.4º 0.91% 0.61% -
HSV(B) 348.4º 0.74% 0.96% -
XYZ 42.2 24.29 14.52 -
YUV 123.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 246 65 100 0 0.74 0.59 0.04 348.4 0.91 0.61
Hex F6 41 64 0 4A 3B 4 15C 5B 3D
Octal 366 101 144 0 112 73 4 534 133 75
Binary 11110110 1000001 1100100 0 1001010 111011 100 101011100 1011011 111101

Color Harmonies of #F64164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64164

Black with #F64164

Text Example


Text Example

White with #F64164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64164; }

 p { color: rgb(246,65,100); }

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

background-color css

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

 a { background-color: rgb(246,65,100); }

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

border-color css

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

 span { border-color: rgb(246,65,100); }

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