Html Css Color HEX #F23C72 Radical Red

📋 copy color: '#F23C72'

red 242 ◦ green 60 ◦ blue 114

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

Shades of Radical Red #F23C72

Tints of Radical Red #F23C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 58.17%
G = 14.42%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F23C72 (or 0xF23C72) is known color: Radical Red. HEX triplet: F2, 3C and 72. RGB value is (242,60,114). Sum of RGB (Red+Green+Blue) = 242+60+114=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C72 is #0DC38D. Grayscale: #787878. Windows color (decimal): -902030 or 7486706. OLE color: 7486706.

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

Color convert

RGB 242 60 114 -
CMYK 0 0.75 0.53 0.05
HSL 342.2º 0.88% 0.59% -
HSV(B) 342.2º 0.75% 0.95% -
XYZ 41.27 23.32 18.25 -
YUV 120.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 242 60 114 0 0.75 0.53 0.05 342.2 0.88 0.59
Hex F2 3C 72 0 4B 35 5 156 58 3B
Octal 362 74 162 0 113 65 5 526 130 73
Binary 11110010 111100 1110010 0 1001011 110101 101 101010110 1011000 111011

Color Harmonies of #F23C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C72

Black with #F23C72

Text Example


Text Example

White with #F23C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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