Html Css Color HEX #F7364C Radical Red

📋 copy color: '#F7364C'

red 247 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #F7364C

Tints of Radical Red #F7364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 65.52%
G = 14.32%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7364C (or 0xF7364C) is known color: Radical Red. HEX triplet: F7, 36 and 4C. RGB value is (247,54,76). Sum of RGB (Red+Green+Blue) = 247+54+76=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7364C is #08C9B3. Grayscale: #727272. Windows color (decimal): -575924 or 4994807. OLE color: 4994807.

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

Color convert

RGB 247 54 76 -
CMYK 0 0.78 0.69 0.03
HSL 353.16º 0.92% 0.59% -
HSV(B) 353.16º 0.78% 0.97% -
XYZ 40.98 22.93 9.1 -
YUV 114.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 247 54 76 0 0.78 0.69 0.03 353.16 0.92 0.59
Hex F7 36 4C 0 4E 45 3 161 5C 3B
Octal 367 66 114 0 116 105 3 541 134 73
Binary 11110111 110110 1001100 0 1001110 1000101 11 101100001 1011100 111011

Color Harmonies of #F7364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7364C

Black with #F7364C

Text Example


Text Example

White with #F7364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7364C; }

 p { color: rgb(247,54,76); }

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

background-color css

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

 a { background-color: rgb(247,54,76); }

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

border-color css

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

 span { border-color: rgb(247,54,76); }

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