Html Css Color HEX #F9016A Razzmatazz

📋 copy color: '#F9016A'

red 249 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #F9016A

Tints of Razzmatazz #F9016A

RGB

 RED value IS 249 (97.66% from 255) = 69.94%

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

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

R = 69.94%
G = 0.28%
B = 29.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9016A (or 0xF9016A) is known color: Razzmatazz. HEX triplet: F9, 01 and 6A. RGB value is (249,1,106). Sum of RGB (Red+Green+Blue) = 249+1+106=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9016A is #06FE95. Grayscale: #565656. Windows color (decimal): -458390 or 6947321. OLE color: 6947321.

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

Color convert

RGB 249 1 106 -
CMYK 0 1.00 0.57 0.02
HSL 334.6º 0.99% 0.49% -
HSV(B) 334.6º 1% 0.98% -
XYZ 41.68 21.2 15.53 -
YUV 87.12 138.66 243.46 -
System Red Green Blue C M Y K H S L
Decimal 249 1 106 0 1.00 0.57 0.02 334.6 0.99 0.49
Hex F9 1 6A 0 64 39 2 14F 63 31
Octal 371 1 152 0 144 71 2 517 143 61
Binary 11111001 1 1101010 0 1100100 111001 10 101001111 1100011 110001

Color Harmonies of #F9016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9016A

Black with #F9016A

Text Example


Text Example

White with #F9016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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