Html Css Color HEX #F24568 Radical Red

📋 copy color: '#F24568'

red 242 ◦ green 69 ◦ blue 104

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

Shades of Radical Red #F24568

Tints of Radical Red #F24568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 58.31%
G = 16.63%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24568 (or 0xF24568) is known color: Radical Red. HEX triplet: F2, 45 and 68. RGB value is (242,69,104). Sum of RGB (Red+Green+Blue) = 242+69+104=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F24568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24568 is #0DBA97. Grayscale: #7C7C7C. Windows color (decimal): -899736 or 6833650. OLE color: 6833650.

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

Color convert

RGB 242 69 104 -
CMYK 0 0.71 0.57 0.05
HSL 347.86º 0.87% 0.61% -
HSV(B) 347.86º 0.71% 0.95% -
XYZ 41.24 24.13 15.58 -
YUV 124.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 242 69 104 0 0.71 0.57 0.05 347.86 0.87 0.61
Hex F2 45 68 0 47 39 5 15C 57 3D
Octal 362 105 150 0 107 71 5 534 127 75
Binary 11110010 1000101 1101000 0 1000111 111001 101 101011100 1010111 111101

Color Harmonies of #F24568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24568

Black with #F24568

Text Example


Text Example

White with #F24568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24568; }

 p { color: rgb(242,69,104); }

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

background-color css

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

 a { background-color: rgb(242,69,104); }

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

border-color css

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

 span { border-color: rgb(242,69,104); }

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