Html Css Color HEX #F64270 Radical Red

📋 copy color: '#F64270'

red 246 ◦ green 66 ◦ blue 112

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

Shades of Radical Red #F64270

Tints of Radical Red #F64270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 58.02%
G = 15.57%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64270 (or 0xF64270) is known color: Radical Red. HEX triplet: F6, 42 and 70. RGB value is (246,66,112). Sum of RGB (Red+Green+Blue) = 246+66+112=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F64270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64270 is #09BD8F. Grayscale: #7D7D7D. Windows color (decimal): -638352 or 7357174. OLE color: 7357174.

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

Color convert

RGB 246 66 112 -
CMYK 0 0.73 0.54 0.04
HSL 344.67º 0.91% 0.61% -
HSV(B) 344.67º 0.73% 0.96% -
XYZ 42.88 24.66 17.83 -
YUV 125.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 246 66 112 0 0.73 0.54 0.04 344.67 0.91 0.61
Hex F6 42 70 0 49 36 4 159 5B 3D
Octal 366 102 160 0 111 66 4 531 133 75
Binary 11110110 1000010 1110000 0 1001001 110110 100 101011001 1011011 111101

Color Harmonies of #F64270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64270

Black with #F64270

Text Example


Text Example

White with #F64270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64270; }

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

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

background-color css

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

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

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

border-color css

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

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

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