Html Css Color HEX #F01669 Ruby

📋 copy color: '#F01669'

red 240 ◦ green 22 ◦ blue 105

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

Shades of Ruby #F01669

Tints of Ruby #F01669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 65.4%
G = 5.99%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F01669 (or 0xF01669) is known color: Ruby. HEX triplet: F0, 16 and 69. RGB value is (240,22,105). Sum of RGB (Red+Green+Blue) = 240+22+105=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F01669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01669 is #0FE996. Grayscale: #606060. Windows color (decimal): -1042839 or 6887152. OLE color: 6887152.

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

Color convert

RGB 240 22 105 -
CMYK 0 0.91 0.56 0.06
HSL 337.16º 0.88% 0.51% -
HSV(B) 337.16º 0.91% 0.94% -
XYZ 38.77 20.12 15.2 -
YUV 96.64 132.72 230.25 -
System Red Green Blue C M Y K H S L
Decimal 240 22 105 0 0.91 0.56 0.06 337.16 0.88 0.51
Hex F0 16 69 0 5B 38 6 151 58 33
Octal 360 26 151 0 133 70 6 521 130 63
Binary 11110000 10110 1101001 0 1011011 111000 110 101010001 1011000 110011

Color Harmonies of #F01669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01669

Black with #F01669

Text Example


Text Example

White with #F01669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01669; }

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

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

background-color css

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

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

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

border-color css

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

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

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