Html Css Color HEX #F01866 Ruby

📋 copy color: '#F01866'

red 240 ◦ green 24 ◦ blue 102

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

Shades of Ruby #F01866

Tints of Ruby #F01866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 65.57%
G = 6.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01866 (or 0xF01866) is known color: Ruby. HEX triplet: F0, 18 and 66. RGB value is (240,24,102). Sum of RGB (Red+Green+Blue) = 240+24+102=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F01866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01866 is #0FE799. Grayscale: #616161. Windows color (decimal): -1042330 or 6691056. OLE color: 6691056.

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

Color convert

RGB 240 24 102 -
CMYK 0 0.9 0.58 0.06
HSL 338.33º 0.88% 0.52% -
HSV(B) 338.33º 0.9% 0.94% -
XYZ 38.66 20.14 14.42 -
YUV 97.48 130.56 229.66 -
System Red Green Blue C M Y K H S L
Decimal 240 24 102 0 0.9 0.58 0.06 338.33 0.88 0.52
Hex F0 18 66 0 5A 3A 6 152 58 34
Octal 360 30 146 0 132 72 6 522 130 64
Binary 11110000 11000 1100110 0 1011010 111010 110 101010010 1011000 110100

Color Harmonies of #F01866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01866

Black with #F01866

Text Example


Text Example

White with #F01866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01866; }

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

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

background-color css

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

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

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

border-color css

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

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

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