Html Css Color HEX #F2295F Radical Red

📋 copy color: '#F2295F'

red 242 ◦ green 41 ◦ blue 95

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

Shades of Radical Red #F2295F

Tints of Radical Red #F2295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 64.02%
G = 10.85%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2295F (or 0xF2295F) is known color: Radical Red. HEX triplet: F2, 29 and 5F. RGB value is (242,41,95). Sum of RGB (Red+Green+Blue) = 242+41+95=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F2295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2295F is #0DD6A0. Grayscale: #6B6B6B. Windows color (decimal): -906913 or 6236658. OLE color: 6236658.

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

Color convert

RGB 242 41 95 -
CMYK 0 0.83 0.61 0.05
HSL 343.88º 0.89% 0.55% -
HSV(B) 343.88º 0.83% 0.95% -
XYZ 39.48 21.29 12.86 -
YUV 107.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 242 41 95 0 0.83 0.61 0.05 343.88 0.89 0.55
Hex F2 29 5F 0 53 3D 5 158 59 37
Octal 362 51 137 0 123 75 5 530 131 67
Binary 11110010 101001 1011111 0 1010011 111101 101 101011000 1011001 110111

Color Harmonies of #F2295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2295F

Black with #F2295F

Text Example


Text Example

White with #F2295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2295F; }

 p { color: rgb(242,41,95); }

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

background-color css

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

 a { background-color: rgb(242,41,95); }

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

border-color css

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

 span { border-color: rgb(242,41,95); }

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