Html Css Color HEX #F9066B Razzmatazz

📋 copy color: '#F9066B'

red 249 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #F9066B

Tints of Razzmatazz #F9066B

RGB

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

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

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

R = 68.78%
G = 1.66%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9066B (or 0xF9066B) is known color: Razzmatazz. HEX triplet: F9, 06 and 6B. RGB value is (249,6,107). Sum of RGB (Red+Green+Blue) = 249+6+107=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9066B is #06F994. Grayscale: #5A5A5A. Windows color (decimal): -457109 or 7014137. OLE color: 7014137.

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

Color convert

RGB 249 6 107 -
CMYK 0 0.98 0.57 0.02
HSL 335.06º 0.95% 0.5% -
HSV(B) 335.06º 0.98% 0.98% -
XYZ 41.79 21.33 15.82 -
YUV 90.17 137.51 241.29 -
System Red Green Blue C M Y K H S L
Decimal 249 6 107 0 0.98 0.57 0.02 335.06 0.95 0.5
Hex F9 6 6B 0 62 39 2 14F 5F 32
Octal 371 6 153 0 142 71 2 517 137 62
Binary 11111001 110 1101011 0 1100010 111001 10 101001111 1011111 110010

Color Harmonies of #F9066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9066B

Black with #F9066B

Text Example


Text Example

White with #F9066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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