Html Css Color HEX #F23C55 Radical Red

📋 copy color: '#F23C55'

red 242 ◦ green 60 ◦ blue 85

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

Shades of Radical Red #F23C55

Tints of Radical Red #F23C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 62.53%
G = 15.5%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F23C55 (or 0xF23C55) is known color: Radical Red. HEX triplet: F2, 3C and 55. RGB value is (242,60,85). Sum of RGB (Red+Green+Blue) = 242+60+85=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C55 is #0DC3AA. Grayscale: #757575. Windows color (decimal): -902059 or 5586162. OLE color: 5586162.

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

Color convert

RGB 242 60 85 -
CMYK 0 0.75 0.65 0.05
HSL 351.76º 0.88% 0.59% -
HSV(B) 351.76º 0.75% 0.95% -
XYZ 39.87 22.76 10.89 -
YUV 117.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 242 60 85 0 0.75 0.65 0.05 351.76 0.88 0.59
Hex F2 3C 55 0 4B 41 5 160 58 3B
Octal 362 74 125 0 113 101 5 540 130 73
Binary 11110010 111100 1010101 0 1001011 1000001 101 101100000 1011000 111011

Color Harmonies of #F23C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C55

Black with #F23C55

Text Example


Text Example

White with #F23C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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