Html Css Color HEX #F8065E Razzmatazz

📋 copy color: '#F8065E'

red 248 ◦ green 6 ◦ blue 94

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

Shades of Razzmatazz #F8065E

Tints of Razzmatazz #F8065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 71.26%
G = 1.72%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8065E (or 0xF8065E) is known color: Razzmatazz. HEX triplet: F8, 06 and 5E. RGB value is (248,6,94). Sum of RGB (Red+Green+Blue) = 248+6+94=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8065E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8065E is #07F9A1. Grayscale: #585858. Windows color (decimal): -522658 or 6162168. OLE color: 6162168.

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

Color convert

RGB 248 6 94 -
CMYK 0 0.98 0.62 0.03
HSL 338.18º 0.95% 0.5% -
HSV(B) 338.18º 0.98% 0.97% -
XYZ 40.8 20.89 12.47 -
YUV 88.39 131.17 241.84 -
System Red Green Blue C M Y K H S L
Decimal 248 6 94 0 0.98 0.62 0.03 338.18 0.95 0.5
Hex F8 6 5E 0 62 3E 3 152 5F 32
Octal 370 6 136 0 142 76 3 522 137 62
Binary 11111000 110 1011110 0 1100010 111110 11 101010010 1011111 110010

Color Harmonies of #F8065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8065E

Black with #F8065E

Text Example


Text Example

White with #F8065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8065E; }

 p { color: rgb(248,6,94); }

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

background-color css

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

 a { background-color: rgb(248,6,94); }

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

border-color css

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

 span { border-color: rgb(248,6,94); }

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