#F81467

Color #F81467 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #F81467

Tints of Razzmatazz #F81467

Color information

#F81467 (or 0xF81467) is unknown color: approx Razzmatazz. HEX triplet: F8, 14 and 67. RGB value is (248,20,103). Sum of RGB (Red+Green+Blue) = 248+20+103=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81467 is #07EB98. Grayscale: #616161. Windows color (decimal): -519065 or 6755576. OLE color: 6755576.

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

Color convert

RGB24820103-
CMYK00.920.580.03
HSL338.16º94.21%52.55%-
HSV(B)338.16º91.94%97.25%-
XYZ41.4121.4414.79-
YUV97.63131.04235.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.85%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=66.85%
G=5.39%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482010300.920.580.03338.1694.2152.55
HexF8146705C3A31525e35
Octal37024147013472352213665
Binary1111100010100110011101011100111010111010100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81467; }

 p { color: rgb(248,20,103); }

 H1.HeaderClassName
 {
   color: #F81467;
 }
 .AnyTagClassName
 {
   color: #F81467;
 }
</style>
background-color css

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

 a { background-color: rgb(248,20,103); }

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

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

 span { border-color: rgb(248,20,103); }

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