Html Css Color HEX #F10071 Razzmatazz

📋 copy color: '#F10071'

red 241 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F10071

Tints of Razzmatazz #F10071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.08%
G = 0%
B = 31.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F10071 (or 0xF10071) is known color: Razzmatazz. HEX triplet: F1, 00 and 71. RGB value is (241,0,113). Sum of RGB (Red+Green+Blue) = 241+0+113=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F10071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10071 is #0EFF8E. Grayscale: #545454. Windows color (decimal): -982927 or 7405809. OLE color: 7405809.

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

Color convert

RGB 241 0 113 -
CMYK 0 1 0.53 0.05
HSL 331.87º 1% 0.47% -
HSV(B) 331.87º 1% 0.95% -
XYZ 39.26 19.89 17.39 -
YUV 84.94 143.84 239.31 -
System Red Green Blue C M Y K H S L
Decimal 241 0 113 0 1 0.53 0.05 331.87 1 0.47
Hex F1 0 71 0 64 35 5 14C 64 2F
Octal 361 0 161 0 144 65 5 514 144 57
Binary 11110001 0 1110001 0 1100100 110101 101 101001100 1100100 101111

Color Harmonies of #F10071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10071

Black with #F10071

Text Example


Text Example

White with #F10071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10071; }

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

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

background-color css

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

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

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

border-color css

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

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

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