Html Css Color HEX #F91474 Ruby

📋 copy color: '#F91474'

red 249 ◦ green 20 ◦ blue 116

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

Shades of Ruby #F91474

Tints of Ruby #F91474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 64.68%
G = 5.19%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91474 (or 0xF91474) is known color: Ruby. HEX triplet: F9, 14 and 74. RGB value is (249,20,116). Sum of RGB (Red+Green+Blue) = 249+20+116=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91474 is #06EB8B. Grayscale: #636363. Windows color (decimal): -453516 or 7607545. OLE color: 7607545.

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

Color convert

RGB 249 20 116 -
CMYK 0 0.92 0.53 0.02
HSL 334.85º 0.95% 0.53% -
HSV(B) 334.85º 0.92% 0.98% -
XYZ 42.47 21.9 18.51 -
YUV 99.42 137.37 234.69 -
System Red Green Blue C M Y K H S L
Decimal 249 20 116 0 0.92 0.53 0.02 334.85 0.95 0.53
Hex F9 14 74 0 5C 35 2 14F 5F 35
Octal 371 24 164 0 134 65 2 517 137 65
Binary 11111001 10100 1110100 0 1011100 110101 10 101001111 1011111 110101

Color Harmonies of #F91474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91474

Black with #F91474

Text Example


Text Example

White with #F91474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91474; }

 p { color: rgb(249,20,116); }

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

background-color css

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

 a { background-color: rgb(249,20,116); }

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

border-color css

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

 span { border-color: rgb(249,20,116); }

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