Html Css Color HEX #F81D6A Ruby

📋 copy color: '#F81D6A'

red 248 ◦ green 29 ◦ blue 106

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

Shades of Ruby #F81D6A

Tints of Ruby #F81D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 64.75%
G = 7.57%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F81D6A (or 0xF81D6A) is known color: Ruby. HEX triplet: F8, 1D and 6A. RGB value is (248,29,106). Sum of RGB (Red+Green+Blue) = 248+29+106=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D6A is #07E295. Grayscale: #676767. Windows color (decimal): -516758 or 6954488. OLE color: 6954488.

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

Color convert

RGB 248 29 106 -
CMYK 0 0.88 0.57 0.03
HSL 338.9º 0.94% 0.54% -
HSV(B) 338.9º 0.88% 0.97% -
XYZ 41.75 21.88 15.66 -
YUV 103.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 248 29 106 0 0.88 0.57 0.03 338.9 0.94 0.54
Hex F8 1D 6A 0 58 39 3 153 5E 36
Octal 370 35 152 0 130 71 3 523 136 66
Binary 11111000 11101 1101010 0 1011000 111001 11 101010011 1011110 110110

Color Harmonies of #F81D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D6A

Black with #F81D6A

Text Example


Text Example

White with #F81D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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