Html Css Color HEX #F0176A Ruby

📋 copy color: '#F0176A'

red 240 ◦ green 23 ◦ blue 106

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

Shades of Ruby #F0176A

Tints of Ruby #F0176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 65.04%
G = 6.23%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0176A (or 0xF0176A) is known color: Ruby. HEX triplet: F0, 17 and 6A. RGB value is (240,23,106). Sum of RGB (Red+Green+Blue) = 240+23+106=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0176A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0176A is #0FE895. Grayscale: #616161. Windows color (decimal): -1042582 or 6952944. OLE color: 6952944.

HSL color Cylindrical-coordinate representation of color #F0176A: hue angle of 337.05º 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 #F0176A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 106 -
CMYK 0 0.90 0.56 0.06
HSL 337.05º 0.88% 0.52% -
HSV(B) 337.05º 0.9% 0.94% -
XYZ 38.84 20.18 15.48 -
YUV 97.35 132.89 229.75 -
System Red Green Blue C M Y K H S L
Decimal 240 23 106 0 0.90 0.56 0.06 337.05 0.88 0.52
Hex F0 17 6A 0 5A 38 6 151 58 34
Octal 360 27 152 0 132 70 6 521 130 64
Binary 11110000 10111 1101010 0 1011010 111000 110 101010001 1011000 110100

Color Harmonies of #F0176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0176A

Black with #F0176A

Text Example


Text Example

White with #F0176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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