Html Css Color HEX #F81D6E Ruby

📋 copy color: '#F81D6E'

red 248 ◦ green 29 ◦ blue 110

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

Shades of Ruby #F81D6E

Tints of Ruby #F81D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 64.08%
G = 7.49%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F81D6E (or 0xF81D6E) is known color: Ruby. HEX triplet: F8, 1D and 6E. RGB value is (248,29,110). Sum of RGB (Red+Green+Blue) = 248+29+110=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D6E is #07E291. Grayscale: #676767. Windows color (decimal): -516754 or 7216632. OLE color: 7216632.

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

Color convert

RGB 248 29 110 -
CMYK 0 0.88 0.56 0.03
HSL 337.81º 0.94% 0.54% -
HSV(B) 337.81º 0.88% 0.97% -
XYZ 41.97 21.96 16.78 -
YUV 103.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 248 29 110 0 0.88 0.56 0.03 337.81 0.94 0.54
Hex F8 1D 6E 0 58 38 3 152 5E 36
Octal 370 35 156 0 130 70 3 522 136 66
Binary 11111000 11101 1101110 0 1011000 111000 11 101010010 1011110 110110

Color Harmonies of #F81D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D6E

Black with #F81D6E

Text Example


Text Example

White with #F81D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D6E; }

 p { color: rgb(248,29,110); }

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

background-color css

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

 a { background-color: rgb(248,29,110); }

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

border-color css

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

 span { border-color: rgb(248,29,110); }

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