Html Css Color HEX #F91960 Ruby

📋 copy color: '#F91960'

red 249 ◦ green 25 ◦ blue 96

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

Shades of Ruby #F91960

Tints of Ruby #F91960

RGB

 RED value IS 249 (97.66% from 255) = 67.3%

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 67.3%
G = 6.76%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F91960 (or 0xF91960) is known color: Ruby. HEX triplet: F9, 19 and 60. RGB value is (249,25,96). Sum of RGB (Red+Green+Blue) = 249+25+96=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F91960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91960 is #06E69F. Grayscale: #646464. Windows color (decimal): -452256 or 6298105. OLE color: 6298105.

HSL color Cylindrical-coordinate representation of color #F91960: hue angle of 340.98º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91960 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 96 -
CMYK 0 0.90 0.61 0.02
HSL 340.98º 0.95% 0.54% -
HSV(B) 340.98º 0.9% 0.98% -
XYZ 41.53 21.68 13.06 -
YUV 100.07 125.71 234.23 -
System Red Green Blue C M Y K H S L
Decimal 249 25 96 0 0.90 0.61 0.02 340.98 0.95 0.54
Hex F9 19 60 0 5A 3D 2 155 5F 36
Octal 371 31 140 0 132 75 2 525 137 66
Binary 11111001 11001 1100000 0 1011010 111101 10 101010101 1011111 110110

Color Harmonies of #F91960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91960

Black with #F91960

Text Example


Text Example

White with #F91960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91960; }

 p { color: rgb(249,25,96); }

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

background-color css

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

 a { background-color: rgb(249,25,96); }

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

border-color css

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

 span { border-color: rgb(249,25,96); }

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