Html Css Color HEX #F8096A Razzmatazz

📋 copy color: '#F8096A'

red 248 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #F8096A

Tints of Razzmatazz #F8096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 68.32%
G = 2.48%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8096A (or 0xF8096A) is known color: Razzmatazz. HEX triplet: F8, 09 and 6A. RGB value is (248,9,106). Sum of RGB (Red+Green+Blue) = 248+9+106=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8096A is #07F695. Grayscale: #5B5B5B. Windows color (decimal): -521878 or 6949368. OLE color: 6949368.

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

Color convert

RGB 248 9 106 -
CMYK 0 0.96 0.57 0.03
HSL 335.65º 0.94% 0.5% -
HSV(B) 335.65º 0.96% 0.97% -
XYZ 41.41 21.19 15.54 -
YUV 91.52 136.18 239.61 -
System Red Green Blue C M Y K H S L
Decimal 248 9 106 0 0.96 0.57 0.03 335.65 0.94 0.5
Hex F8 9 6A 0 60 39 3 150 5E 32
Octal 370 11 152 0 140 71 3 520 136 62
Binary 11111000 1001 1101010 0 1100000 111001 11 101010000 1011110 110010

Color Harmonies of #F8096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8096A

Black with #F8096A

Text Example


Text Example

White with #F8096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8096A; }

 p { color: rgb(248,9,106); }

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

background-color css

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

 a { background-color: rgb(248,9,106); }

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

border-color css

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

 span { border-color: rgb(248,9,106); }

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