Html Css Color HEX #F0176F Ruby

📋 copy color: '#F0176F'

red 240 ◦ green 23 ◦ blue 111

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

Shades of Ruby #F0176F

Tints of Ruby #F0176F

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

 GREEN value IS 23 (9.38% from 255) = 6.15%

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

R = 64.17%
G = 6.15%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0176F (or 0xF0176F) is known color: Ruby. HEX triplet: F0, 17 and 6F. RGB value is (240,23,111). Sum of RGB (Red+Green+Blue) = 240+23+111=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0176F is #0FE890. Grayscale: #616161. Windows color (decimal): -1042577 or 7280624. OLE color: 7280624.

HSL color Cylindrical-coordinate representation of color #F0176F: hue angle of 335.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0176F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 111 -
CMYK 0 0.90 0.54 0.06
HSL 335.67º 0.88% 0.52% -
HSV(B) 335.67º 0.9% 0.94% -
XYZ 39.11 20.29 16.89 -
YUV 97.92 135.39 229.34 -
System Red Green Blue C M Y K H S L
Decimal 240 23 111 0 0.90 0.54 0.06 335.67 0.88 0.52
Hex F0 17 6F 0 5A 36 6 150 58 34
Octal 360 27 157 0 132 66 6 520 130 64
Binary 11110000 10111 1101111 0 1011010 110110 110 101010000 1011000 110100

Color Harmonies of #F0176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0176F

Black with #F0176F

Text Example


Text Example

White with #F0176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0176F; }

 p { color: rgb(240,23,111); }

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

background-color css

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

 a { background-color: rgb(240,23,111); }

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

border-color css

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

 span { border-color: rgb(240,23,111); }

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