Html Css Color HEX #F7345F Radical Red

📋 copy color: '#F7345F'

red 247 ◦ green 52 ◦ blue 95

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

Shades of Radical Red #F7345F

Tints of Radical Red #F7345F

RGB

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

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

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

R = 62.69%
G = 13.2%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7345F (or 0xF7345F) is known color: Radical Red. HEX triplet: F7, 34 and 5F. RGB value is (247,52,95). Sum of RGB (Red+Green+Blue) = 247+52+95=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7345F is #08CBA0. Grayscale: #737373. Windows color (decimal): -576417 or 6239479. OLE color: 6239479.

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

Color convert

RGB 247 52 95 -
CMYK 0 0.79 0.62 0.03
HSL 346.77º 0.92% 0.59% -
HSV(B) 346.77º 0.79% 0.97% -
XYZ 41.65 23.06 13.08 -
YUV 115.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 247 52 95 0 0.79 0.62 0.03 346.77 0.92 0.59
Hex F7 34 5F 0 4F 3E 3 15B 5C 3B
Octal 367 64 137 0 117 76 3 533 134 73
Binary 11110111 110100 1011111 0 1001111 111110 11 101011011 1011100 111011

Color Harmonies of #F7345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7345F

Black with #F7345F

Text Example


Text Example

White with #F7345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7345F; }

 p { color: rgb(247,52,95); }

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

background-color css

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

 a { background-color: rgb(247,52,95); }

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

border-color css

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

 span { border-color: rgb(247,52,95); }

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