Html Css Color HEX #F9006B Razzmatazz

📋 copy color: '#F9006B'

red 249 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #F9006B

Tints of Razzmatazz #F9006B

RGB

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

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

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

R = 69.94%
G = 0%
B = 30.06%

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

#F9006B (or 0xF9006B) is known color: Razzmatazz. HEX triplet: F9, 00 and 6B. RGB value is (249,0,107). Sum of RGB (Red+Green+Blue) = 249+0+107=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9006B is #06FF94. Grayscale: #565656. Windows color (decimal): -458645 or 7012601. OLE color: 7012601.

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

Color convert

RGB 249 0 107 -
CMYK 0 1 0.57 0.02
HSL 334.22º 1% 0.49% -
HSV(B) 334.22º 1% 0.98% -
XYZ 41.72 21.2 15.8 -
YUV 86.65 139.49 243.8 -
System Red Green Blue C M Y K H S L
Decimal 249 0 107 0 1 0.57 0.02 334.22 1 0.49
Hex F9 0 6B 0 64 39 2 14E 64 31
Octal 371 0 153 0 144 71 2 516 144 61
Binary 11111001 0 1101011 0 1100100 111001 10 101001110 1100100 110001

Color Harmonies of #F9006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9006B

Black with #F9006B

Text Example


Text Example

White with #F9006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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