Html Css Color HEX #F9005F Razzmatazz

📋 copy color: '#F9005F'

red 249 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #F9005F

Tints of Razzmatazz #F9005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 72.38%
G = 0%
B = 27.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9005F (or 0xF9005F) is known color: Razzmatazz. HEX triplet: F9, 00 and 5F. RGB value is (249,0,95). Sum of RGB (Red+Green+Blue) = 249+0+95=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9005F is #06FFA0. Grayscale: #555555. Windows color (decimal): -458657 or 6226169. OLE color: 6226169.

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

Color convert

RGB 249 0 95 -
CMYK 0 1 0.62 0.02
HSL 337.11º 1% 0.49% -
HSV(B) 337.11º 1% 0.98% -
XYZ 41.13 20.97 12.71 -
YUV 85.28 133.49 244.78 -
System Red Green Blue C M Y K H S L
Decimal 249 0 95 0 1 0.62 0.02 337.11 1 0.49
Hex F9 0 5F 0 64 3E 2 151 64 31
Octal 371 0 137 0 144 76 2 521 144 61
Binary 11111001 0 1011111 0 1100100 111110 10 101010001 1100100 110001

Color Harmonies of #F9005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9005F

Black with #F9005F

Text Example


Text Example

White with #F9005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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