Html Css Color HEX #F72074 Ruby

📋 copy color: '#F72074'

red 247 ◦ green 32 ◦ blue 116

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

Shades of Ruby #F72074

Tints of Ruby #F72074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 62.53%
G = 8.1%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F72074 (or 0xF72074) is known color: Ruby. HEX triplet: F7, 20 and 74. RGB value is (247,32,116). Sum of RGB (Red+Green+Blue) = 247+32+116=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F72074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72074 is #08DF8B. Grayscale: #696969. Windows color (decimal): -581516 or 7610615. OLE color: 7610615.

HSL color Cylindrical-coordinate representation of color #F72074: hue angle of 336.56º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72074 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 116 -
CMYK 0 0.87 0.53 0.03
HSL 336.56º 0.93% 0.55% -
HSV(B) 336.56º 0.87% 0.97% -
XYZ 42.03 22.07 18.57 -
YUV 105.86 133.73 228.67 -
System Red Green Blue C M Y K H S L
Decimal 247 32 116 0 0.87 0.53 0.03 336.56 0.93 0.55
Hex F7 20 74 0 57 35 3 151 5D 37
Octal 367 40 164 0 127 65 3 521 135 67
Binary 11110111 100000 1110100 0 1010111 110101 11 101010001 1011101 110111

Color Harmonies of #F72074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72074

Black with #F72074

Text Example


Text Example

White with #F72074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72074; }

 p { color: rgb(247,32,116); }

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

background-color css

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

 a { background-color: rgb(247,32,116); }

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

border-color css

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

 span { border-color: rgb(247,32,116); }

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