Html Css Color HEX #F7136B Ruby

📋 copy color: '#F7136B'

red 247 ◦ green 19 ◦ blue 107

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

Shades of Ruby #F7136B

Tints of Ruby #F7136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 66.22%
G = 5.09%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7136B (or 0xF7136B) is known color: Ruby. HEX triplet: F7, 13 and 6B. RGB value is (247,19,107). Sum of RGB (Red+Green+Blue) = 247+19+107=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7136B is #08EC94. Grayscale: #616161. Windows color (decimal): -584853 or 7017463. OLE color: 7017463.

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

Color convert

RGB 247 19 107 -
CMYK 0 0.92 0.57 0.03
HSL 336.84º 0.93% 0.52% -
HSV(B) 336.84º 0.92% 0.97% -
XYZ 41.24 21.3 15.85 -
YUV 97.2 133.54 234.84 -
System Red Green Blue C M Y K H S L
Decimal 247 19 107 0 0.92 0.57 0.03 336.84 0.93 0.52
Hex F7 13 6B 0 5C 39 3 151 5D 34
Octal 367 23 153 0 134 71 3 521 135 64
Binary 11110111 10011 1101011 0 1011100 111001 11 101010001 1011101 110100

Color Harmonies of #F7136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7136B

Black with #F7136B

Text Example


Text Example

White with #F7136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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