Html Css Color HEX #F74964 Radical Red

📋 copy color: '#F74964'

red 247 ◦ green 73 ◦ blue 100

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

Shades of Radical Red #F74964

Tints of Radical Red #F74964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 58.81%
G = 17.38%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F74964 (or 0xF74964) is known color: Radical Red. HEX triplet: F7, 49 and 64. RGB value is (247,73,100). Sum of RGB (Red+Green+Blue) = 247+73+100=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F74964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74964 is #08B69B. Grayscale: #808080. Windows color (decimal): -571036 or 6572535. OLE color: 6572535.

HSL color Cylindrical-coordinate representation of color #F74964: hue angle of 350.69º 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 #F74964 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 100 -
CMYK 0 0.70 0.60 0.03
HSL 350.69º 0.92% 0.63% -
HSV(B) 350.69º 0.7% 0.97% -
XYZ 43.04 25.46 14.7 -
YUV 128.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 247 73 100 0 0.70 0.60 0.03 350.69 0.92 0.63
Hex F7 49 64 0 46 3C 3 15F 5C 3F
Octal 367 111 144 0 106 74 3 537 134 77
Binary 11110111 1001001 1100100 0 1000110 111100 11 101011111 1011100 111111

Color Harmonies of #F74964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74964

Black with #F74964

Text Example


Text Example

White with #F74964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74964; }

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

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

background-color css

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

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

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

border-color css

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

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

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