Html Css Color HEX #F2345E Radical Red

📋 copy color: '#F2345E'

red 242 ◦ green 52 ◦ blue 94

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

Shades of Radical Red #F2345E

Tints of Radical Red #F2345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 62.37%
G = 13.4%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2345E (or 0xF2345E) is known color: Radical Red. HEX triplet: F2, 34 and 5E. RGB value is (242,52,94). Sum of RGB (Red+Green+Blue) = 242+52+94=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2345E is #0DCBA1. Grayscale: #717171. Windows color (decimal): -904098 or 6173938. OLE color: 6173938.

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

Color convert

RGB 242 52 94 -
CMYK 0 0.79 0.61 0.05
HSL 346.74º 0.88% 0.58% -
HSV(B) 346.74º 0.79% 0.95% -
XYZ 39.87 22.14 12.76 -
YUV 113.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 242 52 94 0 0.79 0.61 0.05 346.74 0.88 0.58
Hex F2 34 5E 0 4F 3D 5 15B 58 3A
Octal 362 64 136 0 117 75 5 533 130 72
Binary 11110010 110100 1011110 0 1001111 111101 101 101011011 1011000 111010

Color Harmonies of #F2345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2345E

Black with #F2345E

Text Example


Text Example

White with #F2345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2345E; }

 p { color: rgb(242,52,94); }

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

background-color css

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

 a { background-color: rgb(242,52,94); }

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

border-color css

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

 span { border-color: rgb(242,52,94); }

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