Html Css Color HEX #F9135A Razzmatazz

📋 copy color: '#F9135A'

red 249 ◦ green 19 ◦ blue 90

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

Shades of Razzmatazz #F9135A

Tints of Razzmatazz #F9135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 69.55%
G = 5.31%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9135A (or 0xF9135A) is known color: Razzmatazz. HEX triplet: F9, 13 and 5A. RGB value is (249,19,90). Sum of RGB (Red+Green+Blue) = 249+19+90=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9135A is #06ECA5. Grayscale: #5F5F5F. Windows color (decimal): -453798 or 5903353. OLE color: 5903353.

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

Color convert

RGB 249 19 90 -
CMYK 0 0.92 0.64 0.02
HSL 341.48º 0.95% 0.53% -
HSV(B) 341.48º 0.92% 0.98% -
XYZ 41.15 21.34 11.62 -
YUV 95.86 124.7 237.23 -
System Red Green Blue C M Y K H S L
Decimal 249 19 90 0 0.92 0.64 0.02 341.48 0.95 0.53
Hex F9 13 5A 0 5C 40 2 155 5F 35
Octal 371 23 132 0 134 100 2 525 137 65
Binary 11111001 10011 1011010 0 1011100 1000000 10 101010101 1011111 110101

Color Harmonies of #F9135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9135A

Black with #F9135A

Text Example


Text Example

White with #F9135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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