Html Css Color HEX #F74963 Radical Red

📋 copy color: '#F74963'

red 247 ◦ green 73 ◦ blue 99

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

Shades of Radical Red #F74963

Tints of Radical Red #F74963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 58.95%
G = 17.42%
B = 23.63%

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

#F74963 (or 0xF74963) is known color: Radical Red. HEX triplet: F7, 49 and 63. RGB value is (247,73,99). Sum of RGB (Red+Green+Blue) = 247+73+99=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F74963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74963 is #08B69C. Grayscale: #808080. Windows color (decimal): -571037 or 6506999. OLE color: 6506999.

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

Color convert

RGB 247 73 99 -
CMYK 0 0.70 0.60 0.03
HSL 351.03º 0.92% 0.63% -
HSV(B) 351.03º 0.7% 0.97% -
XYZ 42.99 25.44 14.45 -
YUV 127.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 247 73 99 0 0.70 0.60 0.03 351.03 0.92 0.63
Hex F7 49 63 0 46 3C 3 15F 5C 3F
Octal 367 111 143 0 106 74 3 537 134 77
Binary 11110111 1001001 1100011 0 1000110 111100 11 101011111 1011100 111111

Color Harmonies of #F74963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74963

Black with #F74963

Text Example


Text Example

White with #F74963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74963; }

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

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

background-color css

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

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

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

border-color css

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

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

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