Html Css Color HEX #F23162 Radical Red

📋 copy color: '#F23162'

red 242 ◦ green 49 ◦ blue 98

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

Shades of Radical Red #F23162

Tints of Radical Red #F23162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 62.21%
G = 12.6%
B = 25.19%

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

#F23162 (or 0xF23162) is known color: Radical Red. HEX triplet: F2, 31 and 62. RGB value is (242,49,98). Sum of RGB (Red+Green+Blue) = 242+49+98=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F23162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23162 is #0DCE9D. Grayscale: #707070. Windows color (decimal): -904862 or 6435314. OLE color: 6435314.

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

Color convert

RGB 242 49 98 -
CMYK 0 0.80 0.60 0.05
HSL 344.77º 0.88% 0.57% -
HSV(B) 344.77º 0.8% 0.95% -
XYZ 39.92 21.96 13.69 -
YUV 112.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 242 49 98 0 0.80 0.60 0.05 344.77 0.88 0.57
Hex F2 31 62 0 50 3C 5 159 58 39
Octal 362 61 142 0 120 74 5 531 130 71
Binary 11110010 110001 1100010 0 1010000 111100 101 101011001 1011000 111001

Color Harmonies of #F23162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23162

Black with #F23162

Text Example


Text Example

White with #F23162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23162; }

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

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

background-color css

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

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

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

border-color css

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

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

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