Html Css Color HEX #F23970 Radical Red

📋 copy color: '#F23970'

red 242 ◦ green 57 ◦ blue 112

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

Shades of Radical Red #F23970

Tints of Radical Red #F23970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.87%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 58.88%
G = 13.87%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23970 (or 0xF23970) is known color: Radical Red. HEX triplet: F2, 39 and 70. RGB value is (242,57,112). Sum of RGB (Red+Green+Blue) = 242+57+112=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F23970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23970 is #0DC68F. Grayscale: #767676. Windows color (decimal): -902800 or 7354866. OLE color: 7354866.

HSL color Cylindrical-coordinate representation of color #F23970: hue angle of 342.16º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23970 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 57 112 -
CMYK 0 0.76 0.54 0.05
HSL 342.16º 0.88% 0.59% -
HSV(B) 342.16º 0.76% 0.95% -
XYZ 41.01 22.97 17.6 -
YUV 118.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 242 57 112 0 0.76 0.54 0.05 342.16 0.88 0.59
Hex F2 39 70 0 4C 36 5 156 58 3B
Octal 362 71 160 0 114 66 5 526 130 73
Binary 11110010 111001 1110000 0 1001100 110110 101 101010110 1011000 111011

Color Harmonies of #F23970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23970

Black with #F23970

Text Example


Text Example

White with #F23970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23970; }

 p { color: rgb(242,57,112); }

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

background-color css

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

 a { background-color: rgb(242,57,112); }

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

border-color css

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

 span { border-color: rgb(242,57,112); }

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