Html Css Color HEX #F81973 Ruby

📋 copy color: '#F81973'

red 248 ◦ green 25 ◦ blue 115

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

Shades of Ruby #F81973

Tints of Ruby #F81973

RGB

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

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

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

R = 63.92%
G = 6.44%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81973 (or 0xF81973) is known color: Ruby. HEX triplet: F8, 19 and 73. RGB value is (248,25,115). Sum of RGB (Red+Green+Blue) = 248+25+115=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F81973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81973 is #07E68C. Grayscale: #656565. Windows color (decimal): -517773 or 7543288. OLE color: 7543288.

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

Color convert

RGB 248 25 115 -
CMYK 0 0.90 0.54 0.03
HSL 335.78º 0.94% 0.54% -
HSV(B) 335.78º 0.9% 0.97% -
XYZ 42.15 21.89 18.22 -
YUV 101.94 135.38 232.18 -
System Red Green Blue C M Y K H S L
Decimal 248 25 115 0 0.90 0.54 0.03 335.78 0.94 0.54
Hex F8 19 73 0 5A 36 3 150 5E 36
Octal 370 31 163 0 132 66 3 520 136 66
Binary 11111000 11001 1110011 0 1011010 110110 11 101010000 1011110 110110

Color Harmonies of #F81973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81973

Black with #F81973

Text Example


Text Example

White with #F81973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81973; }

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

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

background-color css

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

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

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

border-color css

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

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

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