Html Css Color HEX #F81C69 Ruby

📋 copy color: '#F81C69'

red 248 ◦ green 28 ◦ blue 105

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

Shades of Ruby #F81C69

Tints of Ruby #F81C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

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

R = 65.09%
G = 7.35%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F81C69 (or 0xF81C69) is known color: Ruby. HEX triplet: F8, 1C and 69. RGB value is (248,28,105). Sum of RGB (Red+Green+Blue) = 248+28+105=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C69 is #07E396. Grayscale: #666666. Windows color (decimal): -517015 or 6888696. OLE color: 6888696.

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

Color convert

RGB 248 28 105 -
CMYK 0 0.89 0.58 0.03
HSL 339º 0.94% 0.54% -
HSV(B) 339º 0.89% 0.97% -
XYZ 41.68 21.81 15.38 -
YUV 102.56 129.39 231.74 -
System Red Green Blue C M Y K H S L
Decimal 248 28 105 0 0.89 0.58 0.03 339 0.94 0.54
Hex F8 1C 69 0 59 3A 3 153 5E 36
Octal 370 34 151 0 131 72 3 523 136 66
Binary 11111000 11100 1101001 0 1011001 111010 11 101010011 1011110 110110

Color Harmonies of #F81C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C69

Black with #F81C69

Text Example


Text Example

White with #F81C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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