Html Css Color HEX #F7304F Radical Red

📋 copy color: '#F7304F'

red 247 ◦ green 48 ◦ blue 79

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

Shades of Radical Red #F7304F

Tints of Radical Red #F7304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 66.04%
G = 12.83%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7304F (or 0xF7304F) is known color: Radical Red. HEX triplet: F7, 30 and 4F. RGB value is (247,48,79). Sum of RGB (Red+Green+Blue) = 247+48+79=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7304F is #08CFB0. Grayscale: #6F6F6F. Windows color (decimal): -577457 or 5189879. OLE color: 5189879.

HSL color Cylindrical-coordinate representation of color #F7304F: hue angle of 350.65º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7304F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 79 -
CMYK 0 0.81 0.68 0.03
HSL 350.65º 0.93% 0.58% -
HSV(B) 350.65º 0.81% 0.97% -
XYZ 40.83 22.45 9.58 -
YUV 111.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 247 48 79 0 0.81 0.68 0.03 350.65 0.93 0.58
Hex F7 30 4F 0 51 44 3 15F 5D 3A
Octal 367 60 117 0 121 104 3 537 135 72
Binary 11110111 110000 1001111 0 1010001 1000100 11 101011111 1011101 111010

Color Harmonies of #F7304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7304F

Black with #F7304F

Text Example


Text Example

White with #F7304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7304F; }

 p { color: rgb(247,48,79); }

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

background-color css

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

 a { background-color: rgb(247,48,79); }

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

border-color css

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

 span { border-color: rgb(247,48,79); }

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