Html Css Color HEX #F9125A Razzmatazz

📋 copy color: '#F9125A'

red 249 ◦ green 18 ◦ blue 90

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

Shades of Razzmatazz #F9125A

Tints of Razzmatazz #F9125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 69.75%
G = 5.04%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9125A (or 0xF9125A) is known color: Razzmatazz. HEX triplet: F9, 12 and 5A. RGB value is (249,18,90). Sum of RGB (Red+Green+Blue) = 249+18+90=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9125A is #06EDA5. Grayscale: #5F5F5F. Windows color (decimal): -454054 or 5903097. OLE color: 5903097.

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

Color convert

RGB 249 18 90 -
CMYK 0 0.93 0.64 0.02
HSL 341.3º 0.95% 0.52% -
HSV(B) 341.3º 0.93% 0.98% -
XYZ 41.13 21.31 11.62 -
YUV 95.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 249 18 90 0 0.93 0.64 0.02 341.3 0.95 0.52
Hex F9 12 5A 0 5D 40 2 155 5F 34
Octal 371 22 132 0 135 100 2 525 137 64
Binary 11111001 10010 1011010 0 1011101 1000000 10 101010101 1011111 110100

Color Harmonies of #F9125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9125A

Black with #F9125A

Text Example


Text Example

White with #F9125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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