Html Css Color HEX #F74968 Radical Red

📋 copy color: '#F74968'

red 247 ◦ green 73 ◦ blue 104

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

Shades of Radical Red #F74968

Tints of Radical Red #F74968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 58.25%
G = 17.22%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F74968 (or 0xF74968) is known color: Radical Red. HEX triplet: F7, 49 and 68. RGB value is (247,73,104). Sum of RGB (Red+Green+Blue) = 247+73+104=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F74968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74968 is #08B697. Grayscale: #808080. Windows color (decimal): -571032 or 6834679. OLE color: 6834679.

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

Color convert

RGB 247 73 104 -
CMYK 0 0.70 0.58 0.03
HSL 349.31º 0.92% 0.63% -
HSV(B) 349.31º 0.7% 0.97% -
XYZ 43.24 25.54 15.75 -
YUV 128.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 247 73 104 0 0.70 0.58 0.03 349.31 0.92 0.63
Hex F7 49 68 0 46 3A 3 15D 5C 3F
Octal 367 111 150 0 106 72 3 535 134 77
Binary 11110111 1001001 1101000 0 1000110 111010 11 101011101 1011100 111111

Color Harmonies of #F74968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74968

Black with #F74968

Text Example


Text Example

White with #F74968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74968; }

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

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

background-color css

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

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

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

border-color css

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

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

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