Html Css Color HEX #F81A6D Ruby

📋 copy color: '#F81A6D'

red 248 ◦ green 26 ◦ blue 109

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

Shades of Ruby #F81A6D

Tints of Ruby #F81A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 64.75%
G = 6.79%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F81A6D (or 0xF81A6D) is known color: Ruby. HEX triplet: F8, 1A and 6D. RGB value is (248,26,109). Sum of RGB (Red+Green+Blue) = 248+26+109=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A6D is #07E592. Grayscale: #656565. Windows color (decimal): -517523 or 7150328. OLE color: 7150328.

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

Color convert

RGB 248 26 109 -
CMYK 0 0.90 0.56 0.03
HSL 337.57º 0.94% 0.54% -
HSV(B) 337.57º 0.9% 0.97% -
XYZ 41.84 21.8 16.47 -
YUV 101.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 248 26 109 0 0.90 0.56 0.03 337.57 0.94 0.54
Hex F8 1A 6D 0 5A 38 3 152 5E 36
Octal 370 32 155 0 132 70 3 522 136 66
Binary 11111000 11010 1101101 0 1011010 111000 11 101010010 1011110 110110

Color Harmonies of #F81A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A6D

Black with #F81A6D

Text Example


Text Example

White with #F81A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A6D; }

 p { color: rgb(248,26,109); }

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

background-color css

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

 a { background-color: rgb(248,26,109); }

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

border-color css

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

 span { border-color: rgb(248,26,109); }

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