Html Css Color HEX #F1015E Razzmatazz

📋 copy color: '#F1015E'

red 241 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #F1015E

Tints of Razzmatazz #F1015E

RGB

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

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

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

R = 71.73%
G = 0.3%
B = 27.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1015E (or 0xF1015E) is known color: Razzmatazz. HEX triplet: F1, 01 and 5E. RGB value is (241,1,94). Sum of RGB (Red+Green+Blue) = 241+1+94=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1015E is #0EFEA1. Grayscale: #535353. Windows color (decimal): -982690 or 6160881. OLE color: 6160881.

HSL color Cylindrical-coordinate representation of color #F1015E: hue angle of 336.75º 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 #F1015E is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 94 -
CMYK 0 1.00 0.61 0.05
HSL 336.75º 0.99% 0.47% -
HSV(B) 336.75º 1% 0.95% -
XYZ 38.31 19.53 12.34 -
YUV 83.36 134.01 240.44 -
System Red Green Blue C M Y K H S L
Decimal 241 1 94 0 1.00 0.61 0.05 336.75 0.99 0.47
Hex F1 1 5E 0 64 3D 5 151 63 2F
Octal 361 1 136 0 144 75 5 521 143 57
Binary 11110001 1 1011110 0 1100100 111101 101 101010001 1100011 101111

Color Harmonies of #F1015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1015E

Black with #F1015E

Text Example


Text Example

White with #F1015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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