Html Css Color HEX #F24768 Radical Red

📋 copy color: '#F24768'

red 242 ◦ green 71 ◦ blue 104

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

Shades of Radical Red #F24768

Tints of Radical Red #F24768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

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

R = 58.03%
G = 17.03%
B = 24.94%

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

#F24768 (or 0xF24768) is known color: Radical Red. HEX triplet: F2, 47 and 68. RGB value is (242,71,104). Sum of RGB (Red+Green+Blue) = 242+71+104=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F24768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24768 is #0DB897. Grayscale: #7D7D7D. Windows color (decimal): -899224 or 6834162. OLE color: 6834162.

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

Color convert

RGB 242 71 104 -
CMYK 0 0.71 0.57 0.05
HSL 348.42º 0.87% 0.61% -
HSV(B) 348.42º 0.71% 0.95% -
XYZ 41.37 24.38 15.62 -
YUV 125.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 242 71 104 0 0.71 0.57 0.05 348.42 0.87 0.61
Hex F2 47 68 0 47 39 5 15C 57 3D
Octal 362 107 150 0 107 71 5 534 127 75
Binary 11110010 1000111 1101000 0 1000111 111001 101 101011100 1010111 111101

Color Harmonies of #F24768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24768

Black with #F24768

Text Example


Text Example

White with #F24768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24768; }

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

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

background-color css

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

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

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

border-color css

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

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

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