Html Css Color HEX #F01562 Ruby

📋 copy color: '#F01562'

red 240 ◦ green 21 ◦ blue 98

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

Shades of Ruby #F01562

Tints of Ruby #F01562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 66.85%
G = 5.85%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F01562 (or 0xF01562) is known color: Ruby. HEX triplet: F0, 15 and 62. RGB value is (240,21,98). Sum of RGB (Red+Green+Blue) = 240+21+98=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F01562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01562 is #0FEA9D. Grayscale: #5F5F5F. Windows color (decimal): -1043102 or 6428144. OLE color: 6428144.

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

Color convert

RGB 240 21 98 -
CMYK 0 0.91 0.59 0.06
HSL 338.9º 0.88% 0.51% -
HSV(B) 338.9º 0.91% 0.94% -
XYZ 38.41 19.94 13.38 -
YUV 95.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 240 21 98 0 0.91 0.59 0.06 338.9 0.88 0.51
Hex F0 15 62 0 5B 3B 6 153 58 33
Octal 360 25 142 0 133 73 6 523 130 63
Binary 11110000 10101 1100010 0 1011011 111011 110 101010011 1011000 110011

Color Harmonies of #F01562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01562

Black with #F01562

Text Example


Text Example

White with #F01562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01562; }

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

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

background-color css

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

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

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

border-color css

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

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

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