Html Css Color HEX #F81D6C Ruby

📋 copy color: '#F81D6C'

red 248 ◦ green 29 ◦ blue 108

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

Shades of Ruby #F81D6C

Tints of Ruby #F81D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 64.42%
G = 7.53%
B = 28.05%

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

#F81D6C (or 0xF81D6C) is known color: Ruby. HEX triplet: F8, 1D and 6C. RGB value is (248,29,108). Sum of RGB (Red+Green+Blue) = 248+29+108=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D6C is #07E293. Grayscale: #676767. Windows color (decimal): -516756 or 7085560. OLE color: 7085560.

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

Color convert

RGB 248 29 108 -
CMYK 0 0.88 0.56 0.03
HSL 338.36º 0.94% 0.54% -
HSV(B) 338.36º 0.88% 0.97% -
XYZ 41.86 21.92 16.21 -
YUV 103.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 248 29 108 0 0.88 0.56 0.03 338.36 0.94 0.54
Hex F8 1D 6C 0 58 38 3 152 5E 36
Octal 370 35 154 0 130 70 3 522 136 66
Binary 11111000 11101 1101100 0 1011000 111000 11 101010010 1011110 110110

Color Harmonies of #F81D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D6C

Black with #F81D6C

Text Example


Text Example

White with #F81D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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