Html Css Color HEX #F01569 Ruby

📋 copy color: '#F01569'

red 240 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F01569

Tints of Ruby #F01569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

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

R = 65.57%
G = 5.74%
B = 28.69%

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

#F01569 (or 0xF01569) is known color: Ruby. HEX triplet: F0, 15 and 69. RGB value is (240,21,105). Sum of RGB (Red+Green+Blue) = 240+21+105=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F01569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01569 is #0FEA96. Grayscale: #5F5F5F. Windows color (decimal): -1043095 or 6886896. OLE color: 6886896.

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

Color convert

RGB 240 21 105 -
CMYK 0 0.91 0.56 0.06
HSL 336.99º 0.88% 0.51% -
HSV(B) 336.99º 0.91% 0.94% -
XYZ 38.75 20.08 15.2 -
YUV 96.06 133.05 230.67 -
System Red Green Blue C M Y K H S L
Decimal 240 21 105 0 0.91 0.56 0.06 336.99 0.88 0.51
Hex F0 15 69 0 5B 38 6 151 58 33
Octal 360 25 151 0 133 70 6 521 130 63
Binary 11110000 10101 1101001 0 1011011 111000 110 101010001 1011000 110011

Color Harmonies of #F01569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01569

Black with #F01569

Text Example


Text Example

White with #F01569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01569; }

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

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

background-color css

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

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

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

border-color css

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

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

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