Html Css Color HEX #F24752 Radical Red

📋 copy color: '#F24752'

red 242 ◦ green 71 ◦ blue 82

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

Shades of Radical Red #F24752

Tints of Radical Red #F24752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 61.27%
G = 17.97%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F24752 (or 0xF24752) is known color: Radical Red. HEX triplet: F2, 47 and 52. RGB value is (242,71,82). Sum of RGB (Red+Green+Blue) = 242+71+82=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F24752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24752 is #0DB8AD. Grayscale: #7B7B7B. Windows color (decimal): -899246 or 5392370. OLE color: 5392370.

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

Color convert

RGB 242 71 82 -
CMYK 0 0.71 0.66 0.05
HSL 356.14º 0.87% 0.61% -
HSV(B) 356.14º 0.71% 0.95% -
XYZ 40.39 23.99 10.48 -
YUV 123.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 242 71 82 0 0.71 0.66 0.05 356.14 0.87 0.61
Hex F2 47 52 0 47 42 5 164 57 3D
Octal 362 107 122 0 107 102 5 544 127 75
Binary 11110010 1000111 1010010 0 1000111 1000010 101 101100100 1010111 111101

Color Harmonies of #F24752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24752

Black with #F24752

Text Example


Text Example

White with #F24752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24752; }

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

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

background-color css

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

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

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

border-color css

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

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

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