Html Css Color HEX #F81763 Ruby

📋 copy color: '#F81763'

red 248 ◦ green 23 ◦ blue 99

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

Shades of Ruby #F81763

Tints of Ruby #F81763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 67.03%
G = 6.22%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F81763 (or 0xF81763) is known color: Ruby. HEX triplet: F8, 17 and 63. RGB value is (248,23,99). Sum of RGB (Red+Green+Blue) = 248+23+99=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F81763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81763 is #07E89C. Grayscale: #626262. Windows color (decimal): -518301 or 6494200. OLE color: 6494200.

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

Color convert

RGB 248 23 99 -
CMYK 0 0.91 0.60 0.03
HSL 339.73º 0.94% 0.53% -
HSV(B) 339.73º 0.91% 0.97% -
XYZ 41.27 21.47 13.77 -
YUV 98.94 128.04 234.32 -
System Red Green Blue C M Y K H S L
Decimal 248 23 99 0 0.91 0.60 0.03 339.73 0.94 0.53
Hex F8 17 63 0 5B 3C 3 154 5E 35
Octal 370 27 143 0 133 74 3 524 136 65
Binary 11111000 10111 1100011 0 1011011 111100 11 101010100 1011110 110101

Color Harmonies of #F81763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81763

Black with #F81763

Text Example


Text Example

White with #F81763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81763; }

 p { color: rgb(248,23,99); }

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

background-color css

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

 a { background-color: rgb(248,23,99); }

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

border-color css

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

 span { border-color: rgb(248,23,99); }

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