Html Css Color HEX #F8076F Razzmatazz

📋 copy color: '#F8076F'

red 248 ◦ green 7 ◦ blue 111

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

Shades of Razzmatazz #F8076F

Tints of Razzmatazz #F8076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 67.76%
G = 1.91%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8076F (or 0xF8076F) is known color: Razzmatazz. HEX triplet: F8, 07 and 6F. RGB value is (248,7,111). Sum of RGB (Red+Green+Blue) = 248+7+111=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8076F is #07F890. Grayscale: #5A5A5A. Windows color (decimal): -522385 or 7276536. OLE color: 7276536.

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

Color convert

RGB 248 7 111 -
CMYK 0 0.97 0.55 0.03
HSL 334.11º 0.95% 0.5% -
HSV(B) 334.11º 0.97% 0.97% -
XYZ 41.66 21.26 16.95 -
YUV 90.92 139.34 240.04 -
System Red Green Blue C M Y K H S L
Decimal 248 7 111 0 0.97 0.55 0.03 334.11 0.95 0.5
Hex F8 7 6F 0 61 37 3 14E 5F 32
Octal 370 7 157 0 141 67 3 516 137 62
Binary 11111000 111 1101111 0 1100001 110111 11 101001110 1011111 110010

Color Harmonies of #F8076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8076F

Black with #F8076F

Text Example


Text Example

White with #F8076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8076F; }

 p { color: rgb(248,7,111); }

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

background-color css

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

 a { background-color: rgb(248,7,111); }

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

border-color css

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

 span { border-color: rgb(248,7,111); }

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