Html Css Color HEX #F64068 Radical Red

📋 copy color: '#F64068'

red 246 ◦ green 64 ◦ blue 104

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

Shades of Radical Red #F64068

Tints of Radical Red #F64068

RGB

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

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

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

R = 59.42%
G = 15.46%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F64068 (or 0xF64068) is known color: Radical Red. HEX triplet: F6, 40 and 68. RGB value is (246,64,104). Sum of RGB (Red+Green+Blue) = 246+64+104=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F64068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64068 is #09BF97. Grayscale: #7B7B7B. Windows color (decimal): -638872 or 6832374. OLE color: 6832374.

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

Color convert

RGB 246 64 104 -
CMYK 0 0.74 0.58 0.04
HSL 346.81º 0.91% 0.61% -
HSV(B) 346.81º 0.74% 0.96% -
XYZ 42.34 24.26 15.55 -
YUV 122.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 246 64 104 0 0.74 0.58 0.04 346.81 0.91 0.61
Hex F6 40 68 0 4A 3A 4 15B 5B 3D
Octal 366 100 150 0 112 72 4 533 133 75
Binary 11110110 1000000 1101000 0 1001010 111010 100 101011011 1011011 111101

Color Harmonies of #F64068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64068

Black with #F64068

Text Example


Text Example

White with #F64068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64068; }

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

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

background-color css

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

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

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

border-color css

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

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

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