Html Css Color HEX #F24453 Radical Red

📋 copy color: '#F24453'

red 242 ◦ green 68 ◦ blue 83

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

Shades of Radical Red #F24453

Tints of Radical Red #F24453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 61.58%
G = 17.3%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F24453 (or 0xF24453) is known color: Radical Red. HEX triplet: F2, 44 and 53. RGB value is (242,68,83). Sum of RGB (Red+Green+Blue) = 242+68+83=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F24453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24453 is #0DBBAC. Grayscale: #797979. Windows color (decimal): -900013 or 5457138. OLE color: 5457138.

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

Color convert

RGB 242 68 83 -
CMYK 0 0.72 0.66 0.05
HSL 354.83º 0.87% 0.61% -
HSV(B) 354.83º 0.72% 0.95% -
XYZ 40.25 23.64 10.62 -
YUV 121.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 242 68 83 0 0.72 0.66 0.05 354.83 0.87 0.61
Hex F2 44 53 0 48 42 5 163 57 3D
Octal 362 104 123 0 110 102 5 543 127 75
Binary 11110010 1000100 1010011 0 1001000 1000010 101 101100011 1010111 111101

Color Harmonies of #F24453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24453

Black with #F24453

Text Example


Text Example

White with #F24453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24453; }

 p { color: rgb(242,68,83); }

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

background-color css

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

 a { background-color: rgb(242,68,83); }

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

border-color css

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

 span { border-color: rgb(242,68,83); }

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