Html Css Color HEX #F2495F Radical Red

📋 copy color: '#F2495F'

red 242 ◦ green 73 ◦ blue 95

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

Shades of Radical Red #F2495F

Tints of Radical Red #F2495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.8%

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

R = 59.02%
G = 17.8%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2495F (or 0xF2495F) is known color: Radical Red. HEX triplet: F2, 49 and 5F. RGB value is (242,73,95). Sum of RGB (Red+Green+Blue) = 242+73+95=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F2495F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2495F is #0DB6A0. Grayscale: #7E7E7E. Windows color (decimal): -898721 or 6244850. OLE color: 6244850.

HSL color Cylindrical-coordinate representation of color #F2495F: hue angle of 352.19º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2495F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 95 -
CMYK 0 0.70 0.61 0.05
HSL 352.19º 0.87% 0.62% -
HSV(B) 352.19º 0.7% 0.95% -
XYZ 41.07 24.47 13.38 -
YUV 126.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 242 73 95 0 0.70 0.61 0.05 352.19 0.87 0.62
Hex F2 49 5F 0 46 3D 5 160 57 3E
Octal 362 111 137 0 106 75 5 540 127 76
Binary 11110010 1001001 1011111 0 1000110 111101 101 101100000 1010111 111110

Color Harmonies of #F2495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2495F

Black with #F2495F

Text Example


Text Example

White with #F2495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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