Html Css Color HEX #F81373 Ruby

📋 copy color: '#F81373'

red 248 ◦ green 19 ◦ blue 115

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

Shades of Ruby #F81373

Tints of Ruby #F81373

RGB

 RED value IS 248 (97.27% from 255) = 64.92%

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 64.92%
G = 4.97%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81373 (or 0xF81373) is known color: Ruby. HEX triplet: F8, 13 and 73. RGB value is (248,19,115). Sum of RGB (Red+Green+Blue) = 248+19+115=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F81373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81373 is #07EC8C. Grayscale: #626262. Windows color (decimal): -519309 or 7541752. OLE color: 7541752.

HSL color Cylindrical-coordinate representation of color #F81373: hue angle of 334.85º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81373 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 19 115 -
CMYK 0 0.92 0.54 0.03
HSL 334.85º 0.94% 0.52% -
HSV(B) 334.85º 0.92% 0.97% -
XYZ 42.04 21.66 18.18 -
YUV 98.42 137.37 234.69 -
System Red Green Blue C M Y K H S L
Decimal 248 19 115 0 0.92 0.54 0.03 334.85 0.94 0.52
Hex F8 13 73 0 5C 36 3 14F 5E 34
Octal 370 23 163 0 134 66 3 517 136 64
Binary 11111000 10011 1110011 0 1011100 110110 11 101001111 1011110 110100

Color Harmonies of #F81373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81373

Black with #F81373

Text Example


Text Example

White with #F81373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81373; }

 p { color: rgb(248,19,115); }

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

background-color css

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

 a { background-color: rgb(248,19,115); }

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

border-color css

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

 span { border-color: rgb(248,19,115); }

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