Html Css Color HEX #F81073 Ruby

📋 copy color: '#F81073'

red 248 ◦ green 16 ◦ blue 115

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

Shades of Ruby #F81073

Tints of Ruby #F81073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 65.44%
G = 4.22%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F81073 (or 0xF81073) is known color: Ruby. HEX triplet: F8, 10 and 73. RGB value is (248,16,115). Sum of RGB (Red+Green+Blue) = 248+16+115=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F81073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81073 is #07EF8C. Grayscale: #606060. Windows color (decimal): -520077 or 7540984. OLE color: 7540984.

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

Color convert

RGB 248 16 115 -
CMYK 0 0.94 0.54 0.03
HSL 334.4º 0.94% 0.52% -
HSV(B) 334.4º 0.94% 0.97% -
XYZ 41.99 21.56 18.17 -
YUV 96.65 138.36 235.95 -
System Red Green Blue C M Y K H S L
Decimal 248 16 115 0 0.94 0.54 0.03 334.4 0.94 0.52
Hex F8 10 73 0 5E 36 3 14E 5E 34
Octal 370 20 163 0 136 66 3 516 136 64
Binary 11111000 10000 1110011 0 1011110 110110 11 101001110 1011110 110100

Color Harmonies of #F81073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81073

Black with #F81073

Text Example


Text Example

White with #F81073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81073; }

 p { color: rgb(248,16,115); }

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

background-color css

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

 a { background-color: rgb(248,16,115); }

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

border-color css

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

 span { border-color: rgb(248,16,115); }

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