Html Css Color HEX #F8046C Razzmatazz

📋 copy color: '#F8046C'

red 248 ◦ green 4 ◦ blue 108

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

Shades of Razzmatazz #F8046C

Tints of Razzmatazz #F8046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 68.89%
G = 1.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8046C (or 0xF8046C) is known color: Razzmatazz. HEX triplet: F8, 04 and 6C. RGB value is (248,4,108). Sum of RGB (Red+Green+Blue) = 248+4+108=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8046C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8046C is #07FB93. Grayscale: #585858. Windows color (decimal): -523156 or 7079160. OLE color: 7079160.

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

Color convert

RGB 248 4 108 -
CMYK 0 0.98 0.56 0.03
HSL 334.43º 0.97% 0.49% -
HSV(B) 334.43º 0.98% 0.97% -
XYZ 41.46 21.13 16.08 -
YUV 88.81 138.84 241.54 -
System Red Green Blue C M Y K H S L
Decimal 248 4 108 0 0.98 0.56 0.03 334.43 0.97 0.49
Hex F8 4 6C 0 62 38 3 14E 61 31
Octal 370 4 154 0 142 70 3 516 141 61
Binary 11111000 100 1101100 0 1100010 111000 11 101001110 1100001 110001

Color Harmonies of #F8046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8046C

Black with #F8046C

Text Example


Text Example

White with #F8046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8046C; }

 p { color: rgb(248,4,108); }

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

background-color css

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

 a { background-color: rgb(248,4,108); }

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

border-color css

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

 span { border-color: rgb(248,4,108); }

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