Html Css Color HEX #F24360 Radical Red

📋 copy color: '#F24360'

red 242 ◦ green 67 ◦ blue 96

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

Shades of Radical Red #F24360

Tints of Radical Red #F24360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 59.75%
G = 16.54%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24360 (or 0xF24360) is known color: Radical Red. HEX triplet: F2, 43 and 60. RGB value is (242,67,96). Sum of RGB (Red+Green+Blue) = 242+67+96=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F24360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24360 is #0DBC9F. Grayscale: #7A7A7A. Windows color (decimal): -900256 or 6308850. OLE color: 6308850.

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

Color convert

RGB 242 67 96 -
CMYK 0 0.72 0.60 0.05
HSL 350.06º 0.87% 0.61% -
HSV(B) 350.06º 0.72% 0.95% -
XYZ 40.74 23.74 13.5 -
YUV 122.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 242 67 96 0 0.72 0.60 0.05 350.06 0.87 0.61
Hex F2 43 60 0 48 3C 5 15E 57 3D
Octal 362 103 140 0 110 74 5 536 127 75
Binary 11110010 1000011 1100000 0 1001000 111100 101 101011110 1010111 111101

Color Harmonies of #F24360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24360

Black with #F24360

Text Example


Text Example

White with #F24360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24360; }

 p { color: rgb(242,67,96); }

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

background-color css

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

 a { background-color: rgb(242,67,96); }

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

border-color css

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

 span { border-color: rgb(242,67,96); }

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