Html Css Color HEX #F00878 Ruby

📋 copy color: '#F00878'

red 240 ◦ green 8 ◦ blue 120

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

Shades of Ruby #F00878

Tints of Ruby #F00878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 65.22%
G = 2.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F00878 (or 0xF00878) is known color: Ruby. HEX triplet: F0, 08 and 78. RGB value is (240,8,120). Sum of RGB (Red+Green+Blue) = 240+8+120=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F00878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00878 is #0FF787. Grayscale: #595959. Windows color (decimal): -1046408 or 7866608. OLE color: 7866608.

HSL color Cylindrical-coordinate representation of color #F00878: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00878 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 120 -
CMYK 0 0.97 0.5 0.06
HSL 331.03º 0.94% 0.49% -
HSV(B) 331.03º 0.97% 0.94% -
XYZ 39.41 20.06 19.56 -
YUV 90.14 144.86 234.89 -
System Red Green Blue C M Y K H S L
Decimal 240 8 120 0 0.97 0.5 0.06 331.03 0.94 0.49
Hex F0 8 78 0 61 32 6 14B 5E 31
Octal 360 10 170 0 141 62 6 513 136 61
Binary 11110000 1000 1111000 0 1100001 110010 110 101001011 1011110 110001

Color Harmonies of #F00878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00878

Black with #F00878

Text Example


Text Example

White with #F00878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00878; }

 p { color: rgb(240,8,120); }

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

background-color css

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

 a { background-color: rgb(240,8,120); }

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

border-color css

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

 span { border-color: rgb(240,8,120); }

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