#F8025C

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

Shades of Razzmatazz #F8025C

Tints of Razzmatazz #F8025C

Color information

#F8025C (or 0xF8025C) is unknown color: approx Razzmatazz. HEX triplet: F8, 02 and 5C. RGB value is (248,2,92). Sum of RGB (Red+Green+Blue) = 248+2+92=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8025C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8025C is #07FDA3. Grayscale: #555555. Windows color (decimal): -523684 or 6030072. OLE color: 6030072.

HSL color Cylindrical-coordinate representation of color #F8025C: hue angle of 338.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8025C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB248292-
CMYK00.990.630.03
HSL338.05º98.4%49.02%-
HSV(B)338.05º99.19%97.25%-
XYZ40.6620.7711.99-
YUV85.81131.5243.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 72.51%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=72.51%
G=0.58%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24829200.990.630.03338.0598.449.02
HexF825C0633F31526231
Octal3702134014377352214261
Binary1111100010101110001100011111111111010100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8025C; }

 p { color: rgb(248,2,92); }

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

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

 a { background-color: rgb(248,2,92); }

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

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

 span { border-color: rgb(248,2,92); }

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