Html Css Color HEX #F24166 Radical Red

📋 copy color: '#F24166'

red 242 ◦ green 65 ◦ blue 102

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

Shades of Radical Red #F24166

Tints of Radical Red #F24166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 59.17%
G = 15.89%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F24166 (or 0xF24166) is known color: Radical Red. HEX triplet: F2, 41 and 66. RGB value is (242,65,102). Sum of RGB (Red+Green+Blue) = 242+65+102=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24166 is #0DBE99. Grayscale: #7A7A7A. Windows color (decimal): -900762 or 6701554. OLE color: 6701554.

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

Color convert

RGB 242 65 102 -
CMYK 0 0.73 0.58 0.05
HSL 347.46º 0.87% 0.6% -
HSV(B) 347.46º 0.73% 0.95% -
XYZ 40.91 23.62 14.97 -
YUV 122.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 242 65 102 0 0.73 0.58 0.05 347.46 0.87 0.6
Hex F2 41 66 0 49 3A 5 15B 57 3C
Octal 362 101 146 0 111 72 5 533 127 74
Binary 11110010 1000001 1100110 0 1001001 111010 101 101011011 1010111 111100

Color Harmonies of #F24166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24166

Black with #F24166

Text Example


Text Example

White with #F24166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24166; }

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

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

background-color css

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

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

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

border-color css

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

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

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