Html Css Color HEX #F24156 Radical Red

📋 copy color: '#F24156'

red 242 ◦ green 65 ◦ blue 86

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

Shades of Radical Red #F24156

Tints of Radical Red #F24156

RGB

 RED value IS 242 (94.92% from 255) = 61.58%

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 61.58%
G = 16.54%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F24156 (or 0xF24156) is known color: Radical Red. HEX triplet: F2, 41 and 56. RGB value is (242,65,86). Sum of RGB (Red+Green+Blue) = 242+65+86=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F24156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24156 is #0DBEA9. Grayscale: #787878. Windows color (decimal): -900778 or 5652978. OLE color: 5652978.

HSL color Cylindrical-coordinate representation of color #F24156: hue angle of 352.88º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24156 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 86 -
CMYK 0 0.73 0.64 0.05
HSL 352.88º 0.87% 0.6% -
HSV(B) 352.88º 0.73% 0.95% -
XYZ 40.19 23.33 11.19 -
YUV 120.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 242 65 86 0 0.73 0.64 0.05 352.88 0.87 0.6
Hex F2 41 56 0 49 40 5 161 57 3C
Octal 362 101 126 0 111 100 5 541 127 74
Binary 11110010 1000001 1010110 0 1001001 1000000 101 101100001 1010111 111100

Color Harmonies of #F24156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24156

Black with #F24156

Text Example


Text Example

White with #F24156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24156; }

 p { color: rgb(242,65,86); }

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

background-color css

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

 a { background-color: rgb(242,65,86); }

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

border-color css

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

 span { border-color: rgb(242,65,86); }

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