Html Css Color HEX #F24961 Radical Red

📋 copy color: '#F24961'

red 242 ◦ green 73 ◦ blue 97

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

Shades of Radical Red #F24961

Tints of Radical Red #F24961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 58.74%
G = 17.72%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24961 (or 0xF24961) is known color: Radical Red. HEX triplet: F2, 49 and 61. RGB value is (242,73,97). Sum of RGB (Red+Green+Blue) = 242+73+97=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F24961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24961 is #0DB69E. Grayscale: #7E7E7E. Windows color (decimal): -898719 or 6375922. OLE color: 6375922.

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

Color convert

RGB 242 73 97 -
CMYK 0 0.70 0.60 0.05
HSL 351.48º 0.87% 0.62% -
HSV(B) 351.48º 0.7% 0.95% -
XYZ 41.16 24.51 13.87 -
YUV 126.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 242 73 97 0 0.70 0.60 0.05 351.48 0.87 0.62
Hex F2 49 61 0 46 3C 5 15F 57 3E
Octal 362 111 141 0 106 74 5 537 127 76
Binary 11110010 1001001 1100001 0 1000110 111100 101 101011111 1010111 111110

Color Harmonies of #F24961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24961

Black with #F24961

Text Example


Text Example

White with #F24961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24961; }

 p { color: rgb(242,73,97); }

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

background-color css

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

 a { background-color: rgb(242,73,97); }

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

border-color css

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

 span { border-color: rgb(242,73,97); }

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