Html Css Color HEX #F10171 Razzmatazz

📋 copy color: '#F10171'

red 241 ◦ green 1 ◦ blue 113

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

Shades of Razzmatazz #F10171

Tints of Razzmatazz #F10171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 67.89%
G = 0.28%
B = 31.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F10171 (or 0xF10171) is known color: Razzmatazz. HEX triplet: F1, 01 and 71. RGB value is (241,1,113). Sum of RGB (Red+Green+Blue) = 241+1+113=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F10171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10171 is #0EFE8E. Grayscale: #555555. Windows color (decimal): -982671 or 7406065. OLE color: 7406065.

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

Color convert

RGB 241 1 113 -
CMYK 0 1.00 0.53 0.05
HSL 332º 0.99% 0.47% -
HSV(B) 332º 1% 0.95% -
XYZ 39.27 19.91 17.4 -
YUV 85.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 241 1 113 0 1.00 0.53 0.05 332 0.99 0.47
Hex F1 1 71 0 64 35 5 14C 63 2F
Octal 361 1 161 0 144 65 5 514 143 57
Binary 11110001 1 1110001 0 1100100 110101 101 101001100 1100011 101111

Color Harmonies of #F10171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10171

Black with #F10171

Text Example


Text Example

White with #F10171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10171; }

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

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

background-color css

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

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

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

border-color css

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

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

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