Html Css Color HEX #F9006A Razzmatazz

📋 copy color: '#F9006A'

red 249 ◦ green 0 ◦ blue 106

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

Shades of Razzmatazz #F9006A

Tints of Razzmatazz #F9006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.14%
G = 0%
B = 29.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9006A (or 0xF9006A) is known color: Razzmatazz. HEX triplet: F9, 00 and 6A. RGB value is (249,0,106). Sum of RGB (Red+Green+Blue) = 249+0+106=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F9006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9006A is #06FF95. Grayscale: #565656. Windows color (decimal): -458646 or 6947065. OLE color: 6947065.

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

Color convert

RGB 249 0 106 -
CMYK 0 1 0.57 0.02
HSL 334.46º 1% 0.49% -
HSV(B) 334.46º 1% 0.98% -
XYZ 41.67 21.18 15.53 -
YUV 86.54 138.99 243.88 -
System Red Green Blue C M Y K H S L
Decimal 249 0 106 0 1 0.57 0.02 334.46 1 0.49
Hex F9 0 6A 0 64 39 2 14E 64 31
Octal 371 0 152 0 144 71 2 516 144 61
Binary 11111001 0 1101010 0 1100100 111001 10 101001110 1100100 110001

Color Harmonies of #F9006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9006A

Black with #F9006A

Text Example


Text Example

White with #F9006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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