Html Css Color HEX #F01877 Ruby

📋 copy color: '#F01877'

red 240 ◦ green 24 ◦ blue 119

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

Shades of Ruby #F01877

Tints of Ruby #F01877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

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

R = 62.66%
G = 6.27%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01877 (or 0xF01877) is known color: Ruby. HEX triplet: F0, 18 and 77. RGB value is (240,24,119). Sum of RGB (Red+Green+Blue) = 240+24+119=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F01877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01877 is #0FE788. Grayscale: #636363. Windows color (decimal): -1042313 or 7805168. OLE color: 7805168.

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

Color convert

RGB 240 24 119 -
CMYK 0 0.9 0.50 0.06
HSL 333.61º 0.88% 0.52% -
HSV(B) 333.61º 0.9% 0.94% -
XYZ 39.59 20.51 19.32 -
YUV 99.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 240 24 119 0 0.9 0.50 0.06 333.61 0.88 0.52
Hex F0 18 77 0 5A 32 6 14E 58 34
Octal 360 30 167 0 132 62 6 516 130 64
Binary 11110000 11000 1110111 0 1011010 110010 110 101001110 1011000 110100

Color Harmonies of #F01877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01877

Black with #F01877

Text Example


Text Example

White with #F01877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01877; }

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

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

background-color css

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

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

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

border-color css

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

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

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