Html Css Color HEX #F23C53 Radical Red

📋 copy color: '#F23C53'

red 242 ◦ green 60 ◦ blue 83

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

Shades of Radical Red #F23C53

Tints of Radical Red #F23C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 62.86%
G = 15.58%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23C53 (or 0xF23C53) is known color: Radical Red. HEX triplet: F2, 3C and 53. RGB value is (242,60,83). Sum of RGB (Red+Green+Blue) = 242+60+83=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C53 is #0DC3AC. Grayscale: #757575. Windows color (decimal): -902061 or 5455090. OLE color: 5455090.

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

Color convert

RGB 242 60 83 -
CMYK 0 0.75 0.66 0.05
HSL 352.42º 0.88% 0.59% -
HSV(B) 352.42º 0.75% 0.95% -
XYZ 39.8 22.73 10.47 -
YUV 117.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 242 60 83 0 0.75 0.66 0.05 352.42 0.88 0.59
Hex F2 3C 53 0 4B 42 5 160 58 3B
Octal 362 74 123 0 113 102 5 540 130 73
Binary 11110010 111100 1010011 0 1001011 1000010 101 101100000 1011000 111011

Color Harmonies of #F23C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C53

Black with #F23C53

Text Example


Text Example

White with #F23C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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