Html Css Color HEX #F9005A Razzmatazz

📋 copy color: '#F9005A'

red 249 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #F9005A

Tints of Razzmatazz #F9005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 73.45%
G = 0%
B = 26.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9005A (or 0xF9005A) is known color: Razzmatazz. HEX triplet: F9, 00 and 5A. RGB value is (249,0,90). Sum of RGB (Red+Green+Blue) = 249+0+90=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F9005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9005A is #06FFA5. Grayscale: #545454. Windows color (decimal): -458662 or 5898489. OLE color: 5898489.

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

Color convert

RGB 249 0 90 -
CMYK 0 1 0.64 0.02
HSL 338.31º 1% 0.49% -
HSV(B) 338.31º 1% 0.98% -
XYZ 40.91 20.88 11.55 -
YUV 84.71 130.99 245.18 -
System Red Green Blue C M Y K H S L
Decimal 249 0 90 0 1 0.64 0.02 338.31 1 0.49
Hex F9 0 5A 0 64 40 2 152 64 31
Octal 371 0 132 0 144 100 2 522 144 61
Binary 11111001 0 1011010 0 1100100 1000000 10 101010010 1100100 110001

Color Harmonies of #F9005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9005A

Black with #F9005A

Text Example


Text Example

White with #F9005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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