Html Css Color HEX #F81469 Ruby

📋 copy color: '#F81469'

red 248 ◦ green 20 ◦ blue 105

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

Shades of Ruby #F81469

Tints of Ruby #F81469

RGB

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

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

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

R = 66.49%
G = 5.36%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81469 (or 0xF81469) is known color: Ruby. HEX triplet: F8, 14 and 69. RGB value is (248,20,105). Sum of RGB (Red+Green+Blue) = 248+20+105=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F81469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81469 is #07EB96. Grayscale: #616161. Windows color (decimal): -519063 or 6886648. OLE color: 6886648.

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

Color convert

RGB 248 20 105 -
CMYK 0 0.92 0.58 0.03
HSL 337.63º 0.94% 0.53% -
HSV(B) 337.63º 0.92% 0.97% -
XYZ 41.51 21.48 15.32 -
YUV 97.86 132.04 235.09 -
System Red Green Blue C M Y K H S L
Decimal 248 20 105 0 0.92 0.58 0.03 337.63 0.94 0.53
Hex F8 14 69 0 5C 3A 3 152 5E 35
Octal 370 24 151 0 134 72 3 522 136 65
Binary 11111000 10100 1101001 0 1011100 111010 11 101010010 1011110 110101

Color Harmonies of #F81469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81469

Black with #F81469

Text Example


Text Example

White with #F81469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81469; }

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

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

background-color css

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

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

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

border-color css

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

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

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