Html Css Color HEX #F72075 Ruby

📋 copy color: '#F72075'

red 247 ◦ green 32 ◦ blue 117

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

Shades of Ruby #F72075

Tints of Ruby #F72075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 62.37%
G = 8.08%
B = 29.55%

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

#F72075 (or 0xF72075) is known color: Ruby. HEX triplet: F7, 20 and 75. RGB value is (247,32,117). Sum of RGB (Red+Green+Blue) = 247+32+117=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F72075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72075 is #08DF8A. Grayscale: #696969. Windows color (decimal): -581515 or 7676151. OLE color: 7676151.

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

Color convert

RGB 247 32 117 -
CMYK 0 0.87 0.53 0.03
HSL 336.28º 0.93% 0.55% -
HSV(B) 336.28º 0.87% 0.97% -
XYZ 42.09 22.09 18.88 -
YUV 105.98 134.23 228.59 -
System Red Green Blue C M Y K H S L
Decimal 247 32 117 0 0.87 0.53 0.03 336.28 0.93 0.55
Hex F7 20 75 0 57 35 3 150 5D 37
Octal 367 40 165 0 127 65 3 520 135 67
Binary 11110111 100000 1110101 0 1010111 110101 11 101010000 1011101 110111

Color Harmonies of #F72075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72075

Black with #F72075

Text Example


Text Example

White with #F72075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72075; }

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

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

background-color css

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

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

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

border-color css

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

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

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