Html Css Color HEX #F7066B Razzmatazz

📋 copy color: '#F7066B'

red 247 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #F7066B

Tints of Razzmatazz #F7066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 68.61%
G = 1.67%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7066B (or 0xF7066B) is known color: Razzmatazz. HEX triplet: F7, 06 and 6B. RGB value is (247,6,107). Sum of RGB (Red+Green+Blue) = 247+6+107=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7066B is #08F994. Grayscale: #595959. Windows color (decimal): -588181 or 7014135. OLE color: 7014135.

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

Color convert

RGB 247 6 107 -
CMYK 0 0.98 0.57 0.03
HSL 334.85º 0.95% 0.5% -
HSV(B) 334.85º 0.98% 0.97% -
XYZ 41.08 20.97 15.79 -
YUV 89.57 137.84 240.29 -
System Red Green Blue C M Y K H S L
Decimal 247 6 107 0 0.98 0.57 0.03 334.85 0.95 0.5
Hex F7 6 6B 0 62 39 3 14F 5F 32
Octal 367 6 153 0 142 71 3 517 137 62
Binary 11110111 110 1101011 0 1100010 111001 11 101001111 1011111 110010

Color Harmonies of #F7066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7066B

Black with #F7066B

Text Example


Text Example

White with #F7066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7066B; }

 p { color: rgb(247,6,107); }

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

background-color css

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

 a { background-color: rgb(247,6,107); }

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

border-color css

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

 span { border-color: rgb(247,6,107); }

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