Html Css Color HEX #F01B66 Ruby

📋 copy color: '#F01B66'

red 240 ◦ green 27 ◦ blue 102

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

Shades of Ruby #F01B66

Tints of Ruby #F01B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 65.04%
G = 7.32%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01B66 (or 0xF01B66) is known color: Ruby. HEX triplet: F0, 1B and 66. RGB value is (240,27,102). Sum of RGB (Red+Green+Blue) = 240+27+102=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B66 is #0FE499. Grayscale: #636363. Windows color (decimal): -1041562 or 6691824. OLE color: 6691824.

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

Color convert

RGB 240 27 102 -
CMYK 0 0.89 0.58 0.06
HSL 338.87º 0.88% 0.52% -
HSV(B) 338.87º 0.89% 0.94% -
XYZ 38.73 20.27 14.44 -
YUV 99.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 240 27 102 0 0.89 0.58 0.06 338.87 0.88 0.52
Hex F0 1B 66 0 59 3A 6 153 58 34
Octal 360 33 146 0 131 72 6 523 130 64
Binary 11110000 11011 1100110 0 1011001 111010 110 101010011 1011000 110100

Color Harmonies of #F01B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B66

Black with #F01B66

Text Example


Text Example

White with #F01B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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