Html Css Color HEX #F64070 Radical Red

📋 copy color: '#F64070'

red 246 ◦ green 64 ◦ blue 112

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

Shades of Radical Red #F64070

Tints of Radical Red #F64070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 58.29%
G = 15.17%
B = 26.54%

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

#F64070 (or 0xF64070) is known color: Radical Red. HEX triplet: F6, 40 and 70. RGB value is (246,64,112). Sum of RGB (Red+Green+Blue) = 246+64+112=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F64070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64070 is #09BF8F. Grayscale: #7B7B7B. Windows color (decimal): -638864 or 7356662. OLE color: 7356662.

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

Color convert

RGB 246 64 112 -
CMYK 0 0.74 0.54 0.04
HSL 344.18º 0.91% 0.61% -
HSV(B) 344.18º 0.74% 0.96% -
XYZ 42.76 24.43 17.79 -
YUV 123.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 246 64 112 0 0.74 0.54 0.04 344.18 0.91 0.61
Hex F6 40 70 0 4A 36 4 158 5B 3D
Octal 366 100 160 0 112 66 4 530 133 75
Binary 11110110 1000000 1110000 0 1001010 110110 100 101011000 1011011 111101

Color Harmonies of #F64070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64070

Black with #F64070

Text Example


Text Example

White with #F64070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64070; }

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

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

background-color css

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

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

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

border-color css

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

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

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