Html Css Color HEX #F24157 Radical Red

📋 copy color: '#F24157'

red 242 ◦ green 65 ◦ blue 87

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

Shades of Radical Red #F24157

Tints of Radical Red #F24157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 61.42%
G = 16.5%
B = 22.08%

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

#F24157 (or 0xF24157) is known color: Radical Red. HEX triplet: F2, 41 and 57. RGB value is (242,65,87). Sum of RGB (Red+Green+Blue) = 242+65+87=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F24157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24157 is #0DBEA8. Grayscale: #787878. Windows color (decimal): -900777 or 5718514. OLE color: 5718514.

HSL color Cylindrical-coordinate representation of color #F24157: hue angle of 352.54º 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 #F24157 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 87 -
CMYK 0 0.73 0.64 0.05
HSL 352.54º 0.87% 0.6% -
HSV(B) 352.54º 0.73% 0.95% -
XYZ 40.23 23.35 11.4 -
YUV 120.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 242 65 87 0 0.73 0.64 0.05 352.54 0.87 0.6
Hex F2 41 57 0 49 40 5 161 57 3C
Octal 362 101 127 0 111 100 5 541 127 74
Binary 11110010 1000001 1010111 0 1001001 1000000 101 101100001 1010111 111100

Color Harmonies of #F24157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24157

Black with #F24157

Text Example


Text Example

White with #F24157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24157; }

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

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

background-color css

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

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

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

border-color css

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

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

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