Html Css Color HEX #F74F5D Radical Red

📋 copy color: '#F74F5D'

red 247 ◦ green 79 ◦ blue 93

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

Shades of Radical Red #F74F5D

Tints of Radical Red #F74F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 58.95%
G = 18.85%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F74F5D (or 0xF74F5D) is known color: Radical Red. HEX triplet: F7, 4F and 5D. RGB value is (247,79,93). Sum of RGB (Red+Green+Blue) = 247+79+93=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F5D is #08B0A2. Grayscale: #828282. Windows color (decimal): -569507 or 6115319. OLE color: 6115319.

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

Color convert

RGB 247 79 93 -
CMYK 0 0.68 0.62 0.03
HSL 355º 0.91% 0.64% -
HSV(B) 355º 0.68% 0.97% -
XYZ 43.13 26.16 13.13 -
YUV 130.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 247 79 93 0 0.68 0.62 0.03 355 0.91 0.64
Hex F7 4F 5D 0 44 3E 3 163 5B 40
Octal 367 117 135 0 104 76 3 543 133 100
Binary 11110111 1001111 1011101 0 1000100 111110 11 101100011 1011011 1000000

Color Harmonies of #F74F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F5D

Black with #F74F5D

Text Example


Text Example

White with #F74F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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