Html Css Color HEX #F01677 Ruby

📋 copy color: '#F01677'

red 240 ◦ green 22 ◦ blue 119

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

Shades of Ruby #F01677

Tints of Ruby #F01677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 62.99%
G = 5.77%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01677 (or 0xF01677) is known color: Ruby. HEX triplet: F0, 16 and 77. RGB value is (240,22,119). Sum of RGB (Red+Green+Blue) = 240+22+119=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F01677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01677 is #0FE988. Grayscale: #626262. Windows color (decimal): -1042825 or 7804656. OLE color: 7804656.

HSL color Cylindrical-coordinate representation of color #F01677: hue angle of 333.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01677 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 119 -
CMYK 0 0.91 0.50 0.06
HSL 333.3º 0.88% 0.51% -
HSV(B) 333.3º 0.91% 0.94% -
XYZ 39.55 20.43 19.31 -
YUV 98.24 139.72 229.11 -
System Red Green Blue C M Y K H S L
Decimal 240 22 119 0 0.91 0.50 0.06 333.3 0.88 0.51
Hex F0 16 77 0 5B 32 6 14D 58 33
Octal 360 26 167 0 133 62 6 515 130 63
Binary 11110000 10110 1110111 0 1011011 110010 110 101001101 1011000 110011

Color Harmonies of #F01677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01677

Black with #F01677

Text Example


Text Example

White with #F01677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01677; }

 p { color: rgb(240,22,119); }

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

background-color css

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

 a { background-color: rgb(240,22,119); }

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

border-color css

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

 span { border-color: rgb(240,22,119); }

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