Html Css Color HEX #F42360 Radical Red

📋 copy color: '#F42360'

red 244 ◦ green 35 ◦ blue 96

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

Shades of Radical Red #F42360

Tints of Radical Red #F42360

RGB

 RED value IS 244 (95.7% from 255) = 65.07%

 GREEN value IS 35 (14.06% from 255) = 9.33%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 65.07%
G = 9.33%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F42360 (or 0xF42360) is known color: Radical Red. HEX triplet: F4, 23 and 60. RGB value is (244,35,96). Sum of RGB (Red+Green+Blue) = 244+35+96=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F42360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42360 is #0BDC9F. Grayscale: #686868. Windows color (decimal): -777376 or 6300660. OLE color: 6300660.

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

Color convert

RGB 244 35 96 -
CMYK 0 0.86 0.61 0.04
HSL 342.49º 0.9% 0.55% -
HSV(B) 342.49º 0.86% 0.96% -
XYZ 40.02 21.28 13.06 -
YUV 104.45 123.24 227.54 -
System Red Green Blue C M Y K H S L
Decimal 244 35 96 0 0.86 0.61 0.04 342.49 0.9 0.55
Hex F4 23 60 0 56 3D 4 156 5A 37
Octal 364 43 140 0 126 75 4 526 132 67
Binary 11110100 100011 1100000 0 1010110 111101 100 101010110 1011010 110111

Color Harmonies of #F42360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42360

Black with #F42360

Text Example


Text Example

White with #F42360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42360; }

 p { color: rgb(244,35,96); }

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

background-color css

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

 a { background-color: rgb(244,35,96); }

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

border-color css

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

 span { border-color: rgb(244,35,96); }

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