Html Css Color HEX #F7016A Razzmatazz

📋 copy color: '#F7016A'

red 247 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #F7016A

Tints of Razzmatazz #F7016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 69.77%
G = 0.28%
B = 29.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7016A (or 0xF7016A) is known color: Razzmatazz. HEX triplet: F7, 01 and 6A. RGB value is (247,1,106). Sum of RGB (Red+Green+Blue) = 247+1+106=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7016A is #08FE95. Grayscale: #565656. Windows color (decimal): -589462 or 6947319. OLE color: 6947319.

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

Color convert

RGB 247 1 106 -
CMYK 0 1.00 0.57 0.03
HSL 334.39º 0.99% 0.49% -
HSV(B) 334.39º 1% 0.97% -
XYZ 40.97 20.84 15.5 -
YUV 86.52 139 242.46 -
System Red Green Blue C M Y K H S L
Decimal 247 1 106 0 1.00 0.57 0.03 334.39 0.99 0.49
Hex F7 1 6A 0 64 39 3 14E 63 31
Octal 367 1 152 0 144 71 3 516 143 61
Binary 11110111 1 1101010 0 1100100 111001 11 101001110 1100011 110001

Color Harmonies of #F7016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7016A

Black with #F7016A

Text Example


Text Example

White with #F7016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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