Html Css Color HEX #F23C70 Radical Red

📋 copy color: '#F23C70'

red 242 ◦ green 60 ◦ blue 112

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

Shades of Radical Red #F23C70

Tints of Radical Red #F23C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 58.45%
G = 14.49%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23C70 (or 0xF23C70) is known color: Radical Red. HEX triplet: F2, 3C and 70. RGB value is (242,60,112). Sum of RGB (Red+Green+Blue) = 242+60+112=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C70 is #0DC38F. Grayscale: #787878. Windows color (decimal): -902032 or 7355634. OLE color: 7355634.

HSL color Cylindrical-coordinate representation of color #F23C70: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C70 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 112 -
CMYK 0 0.75 0.54 0.05
HSL 342.86º 0.88% 0.59% -
HSV(B) 342.86º 0.75% 0.95% -
XYZ 41.16 23.28 17.65 -
YUV 120.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 242 60 112 0 0.75 0.54 0.05 342.86 0.88 0.59
Hex F2 3C 70 0 4B 36 5 157 58 3B
Octal 362 74 160 0 113 66 5 527 130 73
Binary 11110010 111100 1110000 0 1001011 110110 101 101010111 1011000 111011

Color Harmonies of #F23C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C70

Black with #F23C70

Text Example


Text Example

White with #F23C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C70; }

 p { color: rgb(242,60,112); }

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

background-color css

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

 a { background-color: rgb(242,60,112); }

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

border-color css

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

 span { border-color: rgb(242,60,112); }

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