Html Css Color HEX #F10159 Razzmatazz

📋 copy color: '#F10159'

red 241 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #F10159

Tints of Razzmatazz #F10159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 72.81%
G = 0.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F10159 (or 0xF10159) is known color: Razzmatazz. HEX triplet: F1, 01 and 59. RGB value is (241,1,89). Sum of RGB (Red+Green+Blue) = 241+1+89=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F10159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10159 is #0EFEA6. Grayscale: #525252. Windows color (decimal): -982695 or 5833201. OLE color: 5833201.

HSL color Cylindrical-coordinate representation of color #F10159: hue angle of 338º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10159 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 89 -
CMYK 0 1.00 0.63 0.05
HSL 338º 0.99% 0.47% -
HSV(B) 338º 1% 0.95% -
XYZ 38.09 19.44 11.2 -
YUV 82.79 131.51 240.84 -
System Red Green Blue C M Y K H S L
Decimal 241 1 89 0 1.00 0.63 0.05 338 0.99 0.47
Hex F1 1 59 0 64 3F 5 152 63 2F
Octal 361 1 131 0 144 77 5 522 143 57
Binary 11110001 1 1011001 0 1100100 111111 101 101010010 1100011 101111

Color Harmonies of #F10159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10159

Black with #F10159

Text Example


Text Example

White with #F10159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10159; }

 p { color: rgb(241,1,89); }

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

background-color css

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

 a { background-color: rgb(241,1,89); }

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

border-color css

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

 span { border-color: rgb(241,1,89); }

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