Html Css Color HEX #F24463 Radical Red

📋 copy color: '#F24463'

red 242 ◦ green 68 ◦ blue 99

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

Shades of Radical Red #F24463

Tints of Radical Red #F24463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 59.17%
G = 16.63%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F24463 (or 0xF24463) is known color: Radical Red. HEX triplet: F2, 44 and 63. RGB value is (242,68,99). Sum of RGB (Red+Green+Blue) = 242+68+99=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24463 is #0DBB9C. Grayscale: #7B7B7B. Windows color (decimal): -899997 or 6505714. OLE color: 6505714.

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

Color convert

RGB 242 68 99 -
CMYK 0 0.72 0.59 0.05
HSL 349.31º 0.87% 0.61% -
HSV(B) 349.31º 0.72% 0.95% -
XYZ 40.94 23.91 14.26 -
YUV 123.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 242 68 99 0 0.72 0.59 0.05 349.31 0.87 0.61
Hex F2 44 63 0 48 3B 5 15D 57 3D
Octal 362 104 143 0 110 73 5 535 127 75
Binary 11110010 1000100 1100011 0 1001000 111011 101 101011101 1010111 111101

Color Harmonies of #F24463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24463

Black with #F24463

Text Example


Text Example

White with #F24463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24463; }

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

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

background-color css

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

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

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

border-color css

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

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

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