Html Css Color HEX #F7136F Ruby

📋 copy color: '#F7136F'

red 247 ◦ green 19 ◦ blue 111

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

Shades of Ruby #F7136F

Tints of Ruby #F7136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 65.52%
G = 5.04%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7136F (or 0xF7136F) is known color: Ruby. HEX triplet: F7, 13 and 6F. RGB value is (247,19,111). Sum of RGB (Red+Green+Blue) = 247+19+111=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7136F is #08EC90. Grayscale: #616161. Windows color (decimal): -584849 or 7279607. OLE color: 7279607.

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

Color convert

RGB 247 19 111 -
CMYK 0 0.92 0.55 0.03
HSL 335.79º 0.93% 0.52% -
HSV(B) 335.79º 0.92% 0.97% -
XYZ 41.46 21.39 16.98 -
YUV 97.66 135.54 234.52 -
System Red Green Blue C M Y K H S L
Decimal 247 19 111 0 0.92 0.55 0.03 335.79 0.93 0.52
Hex F7 13 6F 0 5C 37 3 150 5D 34
Octal 367 23 157 0 134 67 3 520 135 64
Binary 11110111 10011 1101111 0 1011100 110111 11 101010000 1011101 110100

Color Harmonies of #F7136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7136F

Black with #F7136F

Text Example


Text Example

White with #F7136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7136F; }

 p { color: rgb(247,19,111); }

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

background-color css

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

 a { background-color: rgb(247,19,111); }

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

border-color css

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

 span { border-color: rgb(247,19,111); }

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