Html Css Color HEX #F7495D Radical Red

📋 copy color: '#F7495D'

red 247 ◦ green 73 ◦ blue 93

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

Shades of Radical Red #F7495D

Tints of Radical Red #F7495D

RGB

 RED value IS 247 (96.88% from 255) = 59.81%

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 59.81%
G = 17.68%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7495D (or 0xF7495D) is known color: Radical Red. HEX triplet: F7, 49 and 5D. RGB value is (247,73,93). Sum of RGB (Red+Green+Blue) = 247+73+93=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F7495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7495D is #08B6A2. Grayscale: #7F7F7F. Windows color (decimal): -571043 or 6113783. OLE color: 6113783.

HSL color Cylindrical-coordinate representation of color #F7495D: hue angle of 353.1º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7495D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 93 -
CMYK 0 0.70 0.62 0.03
HSL 353.1º 0.92% 0.63% -
HSV(B) 353.1º 0.7% 0.97% -
XYZ 42.72 25.33 12.99 -
YUV 127.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 247 73 93 0 0.70 0.62 0.03 353.1 0.92 0.63
Hex F7 49 5D 0 46 3E 3 161 5C 3F
Octal 367 111 135 0 106 76 3 541 134 77
Binary 11110111 1001001 1011101 0 1000110 111110 11 101100001 1011100 111111

Color Harmonies of #F7495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7495D

Black with #F7495D

Text Example


Text Example

White with #F7495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7495D; }

 p { color: rgb(247,73,93); }

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

background-color css

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

 a { background-color: rgb(247,73,93); }

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

border-color css

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

 span { border-color: rgb(247,73,93); }

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