Html Css Color HEX #F64071 Radical Red

📋 copy color: '#F64071'

red 246 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #F64071

Tints of Radical Red #F64071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 58.16%
G = 15.13%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64071 (or 0xF64071) is known color: Radical Red. HEX triplet: F6, 40 and 71. RGB value is (246,64,113). Sum of RGB (Red+Green+Blue) = 246+64+113=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F64071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64071 is #09BF8E. Grayscale: #7B7B7B. Windows color (decimal): -638863 or 7422198. OLE color: 7422198.

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

Color convert

RGB 246 64 113 -
CMYK 0 0.74 0.54 0.04
HSL 343.85º 0.91% 0.61% -
HSV(B) 343.85º 0.74% 0.96% -
XYZ 42.82 24.45 18.09 -
YUV 124 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 246 64 113 0 0.74 0.54 0.04 343.85 0.91 0.61
Hex F6 40 71 0 4A 36 4 158 5B 3D
Octal 366 100 161 0 112 66 4 530 133 75
Binary 11110110 1000000 1110001 0 1001010 110110 100 101011000 1011011 111101

Color Harmonies of #F64071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64071

Black with #F64071

Text Example


Text Example

White with #F64071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64071; }

 p { color: rgb(246,64,113); }

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

background-color css

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

 a { background-color: rgb(246,64,113); }

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

border-color css

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

 span { border-color: rgb(246,64,113); }

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