Html Css Color HEX #F23C5E Radical Red

📋 copy color: '#F23C5E'

red 242 ◦ green 60 ◦ blue 94

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

Shades of Radical Red #F23C5E

Tints of Radical Red #F23C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 61.11%
G = 15.15%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F23C5E (or 0xF23C5E) is known color: Radical Red. HEX triplet: F2, 3C and 5E. RGB value is (242,60,94). Sum of RGB (Red+Green+Blue) = 242+60+94=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C5E is #0DC3A1. Grayscale: #767676. Windows color (decimal): -902050 or 6175986. OLE color: 6175986.

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

Color convert

RGB 242 60 94 -
CMYK 0 0.75 0.61 0.05
HSL 348.79º 0.88% 0.59% -
HSV(B) 348.79º 0.75% 0.95% -
XYZ 40.25 22.92 12.89 -
YUV 118.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 242 60 94 0 0.75 0.61 0.05 348.79 0.88 0.59
Hex F2 3C 5E 0 4B 3D 5 15D 58 3B
Octal 362 74 136 0 113 75 5 535 130 73
Binary 11110010 111100 1011110 0 1001011 111101 101 101011101 1011000 111011

Color Harmonies of #F23C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C5E

Black with #F23C5E

Text Example


Text Example

White with #F23C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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