Html Css Color HEX #F23670 Radical Red

📋 copy color: '#F23670'

red 242 ◦ green 54 ◦ blue 112

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

Shades of Radical Red #F23670

Tints of Radical Red #F23670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

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

R = 59.31%
G = 13.24%
B = 27.45%

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

#F23670 (or 0xF23670) is known color: Radical Red. HEX triplet: F2, 36 and 70. RGB value is (242,54,112). Sum of RGB (Red+Green+Blue) = 242+54+112=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F23670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23670 is #0DC98F. Grayscale: #747474. Windows color (decimal): -903568 or 7354098. OLE color: 7354098.

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

Color convert

RGB 242 54 112 -
CMYK 0 0.78 0.54 0.05
HSL 341.49º 0.88% 0.58% -
HSV(B) 341.49º 0.78% 0.95% -
XYZ 40.86 22.69 17.55 -
YUV 116.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 242 54 112 0 0.78 0.54 0.05 341.49 0.88 0.58
Hex F2 36 70 0 4E 36 5 155 58 3A
Octal 362 66 160 0 116 66 5 525 130 72
Binary 11110010 110110 1110000 0 1001110 110110 101 101010101 1011000 111010

Color Harmonies of #F23670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23670

Black with #F23670

Text Example


Text Example

White with #F23670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23670; }

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

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

background-color css

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

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

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

border-color css

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

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

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