Html Css Color HEX #F7096A Razzmatazz

📋 copy color: '#F7096A'

red 247 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #F7096A

Tints of Razzmatazz #F7096A

RGB

 RED value IS 247 (96.88% from 255) = 68.23%

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

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

R = 68.23%
G = 2.49%
B = 29.28%

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

#F7096A (or 0xF7096A) is known color: Razzmatazz. HEX triplet: F7, 09 and 6A. RGB value is (247,9,106). Sum of RGB (Red+Green+Blue) = 247+9+106=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7096A is #08F695. Grayscale: #5B5B5B. Windows color (decimal): -587414 or 6949367. OLE color: 6949367.

HSL color Cylindrical-coordinate representation of color #F7096A: hue angle of 335.55º 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 #F7096A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 9 106 -
CMYK 0 0.96 0.57 0.03
HSL 335.55º 0.94% 0.5% -
HSV(B) 335.55º 0.96% 0.97% -
XYZ 41.06 21.01 15.53 -
YUV 91.22 136.35 239.11 -
System Red Green Blue C M Y K H S L
Decimal 247 9 106 0 0.96 0.57 0.03 335.55 0.94 0.5
Hex F7 9 6A 0 60 39 3 150 5E 32
Octal 367 11 152 0 140 71 3 520 136 62
Binary 11110111 1001 1101010 0 1100000 111001 11 101010000 1011110 110010

Color Harmonies of #F7096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7096A

Black with #F7096A

Text Example


Text Example

White with #F7096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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