Html Css Color HEX #F01277 Ruby

📋 copy color: '#F01277'

red 240 ◦ green 18 ◦ blue 119

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

Shades of Ruby #F01277

Tints of Ruby #F01277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 63.66%
G = 4.77%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01277 (or 0xF01277) is known color: Ruby. HEX triplet: F0, 12 and 77. RGB value is (240,18,119). Sum of RGB (Red+Green+Blue) = 240+18+119=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01277 is #0FED88. Grayscale: #5F5F5F. Windows color (decimal): -1043849 or 7803632. OLE color: 7803632.

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

Color convert

RGB 240 18 119 -
CMYK 0 0.92 0.50 0.06
HSL 332.7º 0.88% 0.51% -
HSV(B) 332.7º 0.93% 0.94% -
XYZ 39.48 20.29 19.29 -
YUV 95.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 240 18 119 0 0.92 0.50 0.06 332.7 0.88 0.51
Hex F0 12 77 0 5C 32 6 14D 58 33
Octal 360 22 167 0 134 62 6 515 130 63
Binary 11110000 10010 1110111 0 1011100 110010 110 101001101 1011000 110011

Color Harmonies of #F01277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01277

Black with #F01277

Text Example


Text Example

White with #F01277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01277; }

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

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

background-color css

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

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

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

border-color css

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

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

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