Html Css Color HEX #F24065 Radical Red

📋 copy color: '#F24065'

red 242 ◦ green 64 ◦ blue 101

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

Shades of Radical Red #F24065

Tints of Radical Red #F24065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 59.46%
G = 15.72%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F24065 (or 0xF24065) is known color: Radical Red. HEX triplet: F2, 40 and 65. RGB value is (242,64,101). Sum of RGB (Red+Green+Blue) = 242+64+101=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F24065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24065 is #0DBF9A. Grayscale: #797979. Windows color (decimal): -901019 or 6635762. OLE color: 6635762.

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

Color convert

RGB 242 64 101 -
CMYK 0 0.74 0.58 0.05
HSL 347.53º 0.87% 0.6% -
HSV(B) 347.53º 0.74% 0.95% -
XYZ 40.8 23.48 14.69 -
YUV 121.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 242 64 101 0 0.74 0.58 0.05 347.53 0.87 0.6
Hex F2 40 65 0 4A 3A 5 15C 57 3C
Octal 362 100 145 0 112 72 5 534 127 74
Binary 11110010 1000000 1100101 0 1001010 111010 101 101011100 1010111 111100

Color Harmonies of #F24065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24065

Black with #F24065

Text Example


Text Example

White with #F24065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24065; }

 p { color: rgb(242,64,101); }

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

background-color css

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

 a { background-color: rgb(242,64,101); }

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

border-color css

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

 span { border-color: rgb(242,64,101); }

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