Html Css Color HEX #F81769 Ruby

📋 copy color: '#F81769'

red 248 ◦ green 23 ◦ blue 105

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

Shades of Ruby #F81769

Tints of Ruby #F81769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 65.96%
G = 6.12%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81769 (or 0xF81769) is known color: Ruby. HEX triplet: F8, 17 and 69. RGB value is (248,23,105). Sum of RGB (Red+Green+Blue) = 248+23+105=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F81769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81769 is #07E896. Grayscale: #636363. Windows color (decimal): -518295 or 6887416. OLE color: 6887416.

HSL color Cylindrical-coordinate representation of color #F81769: hue angle of 338.13º 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 #F81769 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 105 -
CMYK 0 0.91 0.58 0.03
HSL 338.13º 0.94% 0.53% -
HSV(B) 338.13º 0.91% 0.97% -
XYZ 41.57 21.59 15.34 -
YUV 99.62 131.04 233.83 -
System Red Green Blue C M Y K H S L
Decimal 248 23 105 0 0.91 0.58 0.03 338.13 0.94 0.53
Hex F8 17 69 0 5B 3A 3 152 5E 35
Octal 370 27 151 0 133 72 3 522 136 65
Binary 11111000 10111 1101001 0 1011011 111010 11 101010010 1011110 110101

Color Harmonies of #F81769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81769

Black with #F81769

Text Example


Text Example

White with #F81769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81769; }

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

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

background-color css

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

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

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

border-color css

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

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

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