Html Css Color HEX #F23570 Radical Red

📋 copy color: '#F23570'

red 242 ◦ green 53 ◦ blue 112

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

Shades of Radical Red #F23570

Tints of Radical Red #F23570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.02%

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

R = 59.46%
G = 13.02%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23570 (or 0xF23570) is known color: Radical Red. HEX triplet: F2, 35 and 70. RGB value is (242,53,112). Sum of RGB (Red+Green+Blue) = 242+53+112=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F23570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23570 is #0DCA8F. Grayscale: #747474. Windows color (decimal): -903824 or 7353842. OLE color: 7353842.

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

Color convert

RGB 242 53 112 -
CMYK 0 0.78 0.54 0.05
HSL 341.27º 0.88% 0.58% -
HSV(B) 341.27º 0.78% 0.95% -
XYZ 40.82 22.59 17.54 -
YUV 116.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 242 53 112 0 0.78 0.54 0.05 341.27 0.88 0.58
Hex F2 35 70 0 4E 36 5 155 58 3A
Octal 362 65 160 0 116 66 5 525 130 72
Binary 11110010 110101 1110000 0 1001110 110110 101 101010101 1011000 111010

Color Harmonies of #F23570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23570

Black with #F23570

Text Example


Text Example

White with #F23570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23570; }

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

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

background-color css

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

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

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

border-color css

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

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

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