Html Css Color HEX #F23F70 Radical Red

📋 copy color: '#F23F70'

red 242 ◦ green 63 ◦ blue 112

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

Shades of Radical Red #F23F70

Tints of Radical Red #F23F70

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

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

R = 58.03%
G = 15.11%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23F70 (or 0xF23F70) is known color: Radical Red. HEX triplet: F2, 3F and 70. RGB value is (242,63,112). Sum of RGB (Red+Green+Blue) = 242+63+112=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F70 is #0DC08F. Grayscale: #7A7A7A. Windows color (decimal): -901264 or 7356402. OLE color: 7356402.

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

Color convert

RGB 242 63 112 -
CMYK 0 0.74 0.54 0.05
HSL 343.58º 0.87% 0.6% -
HSV(B) 343.58º 0.74% 0.95% -
XYZ 41.32 23.6 17.71 -
YUV 122.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 242 63 112 0 0.74 0.54 0.05 343.58 0.87 0.6
Hex F2 3F 70 0 4A 36 5 158 57 3C
Octal 362 77 160 0 112 66 5 530 127 74
Binary 11110010 111111 1110000 0 1001010 110110 101 101011000 1010111 111100

Color Harmonies of #F23F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F70

Black with #F23F70

Text Example


Text Example

White with #F23F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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