Html Css Color HEX #F23160 Radical Red

📋 copy color: '#F23160'

red 242 ◦ green 49 ◦ blue 96

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

Shades of Radical Red #F23160

Tints of Radical Red #F23160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 62.53%
G = 12.66%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23160 (or 0xF23160) is known color: Radical Red. HEX triplet: F2, 31 and 60. RGB value is (242,49,96). Sum of RGB (Red+Green+Blue) = 242+49+96=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F23160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23160 is #0DCE9F. Grayscale: #707070. Windows color (decimal): -904864 or 6304242. OLE color: 6304242.

HSL color Cylindrical-coordinate representation of color #F23160: hue angle of 345.39º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23160 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 96 -
CMYK 0 0.80 0.60 0.05
HSL 345.39º 0.88% 0.57% -
HSV(B) 345.39º 0.8% 0.95% -
XYZ 39.83 21.92 13.2 -
YUV 112.07 118.94 220.68 -
System Red Green Blue C M Y K H S L
Decimal 242 49 96 0 0.80 0.60 0.05 345.39 0.88 0.57
Hex F2 31 60 0 50 3C 5 159 58 39
Octal 362 61 140 0 120 74 5 531 130 71
Binary 11110010 110001 1100000 0 1010000 111100 101 101011001 1011000 111001

Color Harmonies of #F23160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23160

Black with #F23160

Text Example


Text Example

White with #F23160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23160; }

 p { color: rgb(242,49,96); }

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

background-color css

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

 a { background-color: rgb(242,49,96); }

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

border-color css

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

 span { border-color: rgb(242,49,96); }

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