Html Css Color HEX #F74960 Radical Red

📋 copy color: '#F74960'

red 247 ◦ green 73 ◦ blue 96

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

Shades of Radical Red #F74960

Tints of Radical Red #F74960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 59.38%
G = 17.55%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F74960 (or 0xF74960) is known color: Radical Red. HEX triplet: F7, 49 and 60. RGB value is (247,73,96). Sum of RGB (Red+Green+Blue) = 247+73+96=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F74960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74960 is #08B69F. Grayscale: #7F7F7F. Windows color (decimal): -571040 or 6310391. OLE color: 6310391.

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

Color convert

RGB 247 73 96 -
CMYK 0 0.70 0.61 0.03
HSL 352.07º 0.92% 0.63% -
HSV(B) 352.07º 0.7% 0.97% -
XYZ 42.85 25.38 13.71 -
YUV 127.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 247 73 96 0 0.70 0.61 0.03 352.07 0.92 0.63
Hex F7 49 60 0 46 3D 3 160 5C 3F
Octal 367 111 140 0 106 75 3 540 134 77
Binary 11110111 1001001 1100000 0 1000110 111101 11 101100000 1011100 111111

Color Harmonies of #F74960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74960

Black with #F74960

Text Example


Text Example

White with #F74960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74960; }

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

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

background-color css

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

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

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

border-color css

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

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

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