Html Css Color HEX #F1095E Razzmatazz

📋 copy color: '#F1095E'

red 241 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #F1095E

Tints of Razzmatazz #F1095E

RGB

 RED value IS 241 (94.53% from 255) = 70.06%

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 70.06%
G = 2.62%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1095E (or 0xF1095E) is known color: Razzmatazz. HEX triplet: F1, 09 and 5E. RGB value is (241,9,94). Sum of RGB (Red+Green+Blue) = 241+9+94=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F1095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1095E is #0EF6A1. Grayscale: #575757. Windows color (decimal): -980642 or 6162929. OLE color: 6162929.

HSL color Cylindrical-coordinate representation of color #F1095E: hue angle of 338.02º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1095E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 9 94 -
CMYK 0 0.96 0.61 0.05
HSL 338.02º 0.93% 0.49% -
HSV(B) 338.02º 0.96% 0.95% -
XYZ 38.39 19.7 12.37 -
YUV 88.06 131.36 237.09 -
System Red Green Blue C M Y K H S L
Decimal 241 9 94 0 0.96 0.61 0.05 338.02 0.93 0.49
Hex F1 9 5E 0 60 3D 5 152 5D 31
Octal 361 11 136 0 140 75 5 522 135 61
Binary 11110001 1001 1011110 0 1100000 111101 101 101010010 1011101 110001

Color Harmonies of #F1095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1095E

Black with #F1095E

Text Example


Text Example

White with #F1095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1095E; }

 p { color: rgb(241,9,94); }

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

background-color css

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

 a { background-color: rgb(241,9,94); }

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

border-color css

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

 span { border-color: rgb(241,9,94); }

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