Html Css Color HEX #F24662 Radical Red

📋 copy color: '#F24662'

red 242 ◦ green 70 ◦ blue 98

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

Shades of Radical Red #F24662

Tints of Radical Red #F24662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 59.02%
G = 17.07%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24662 (or 0xF24662) is known color: Radical Red. HEX triplet: F2, 46 and 62. RGB value is (242,70,98). Sum of RGB (Red+Green+Blue) = 242+70+98=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F24662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24662 is #0DB99D. Grayscale: #7C7C7C. Windows color (decimal): -899486 or 6440690. OLE color: 6440690.

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

Color convert

RGB 242 70 98 -
CMYK 0 0.71 0.60 0.05
HSL 350.23º 0.87% 0.61% -
HSV(B) 350.23º 0.71% 0.95% -
XYZ 41.01 24.14 14.05 -
YUV 124.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 242 70 98 0 0.71 0.60 0.05 350.23 0.87 0.61
Hex F2 46 62 0 47 3C 5 15E 57 3D
Octal 362 106 142 0 107 74 5 536 127 75
Binary 11110010 1000110 1100010 0 1000111 111100 101 101011110 1010111 111101

Color Harmonies of #F24662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24662

Black with #F24662

Text Example


Text Example

White with #F24662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24662; }

 p { color: rgb(242,70,98); }

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

background-color css

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

 a { background-color: rgb(242,70,98); }

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

border-color css

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

 span { border-color: rgb(242,70,98); }

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