Html Css Color HEX #F10061 Razzmatazz

📋 copy color: '#F10061'

red 241 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #F10061

Tints of Razzmatazz #F10061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 71.3%
G = 0%
B = 28.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F10061 (or 0xF10061) is known color: Razzmatazz. HEX triplet: F1, 00 and 61. RGB value is (241,0,97). Sum of RGB (Red+Green+Blue) = 241+0+97=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F10061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10061 is #0EFF9E. Grayscale: #525252. Windows color (decimal): -982943 or 6357233. OLE color: 6357233.

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

Color convert

RGB 241 0 97 -
CMYK 0 1 0.60 0.05
HSL 335.85º 1% 0.47% -
HSV(B) 335.85º 1% 0.95% -
XYZ 38.43 19.56 13.06 -
YUV 83.12 135.84 240.61 -
System Red Green Blue C M Y K H S L
Decimal 241 0 97 0 1 0.60 0.05 335.85 1 0.47
Hex F1 0 61 0 64 3C 5 150 64 2F
Octal 361 0 141 0 144 74 5 520 144 57
Binary 11110001 0 1100001 0 1100100 111100 101 101010000 1100100 101111

Color Harmonies of #F10061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10061

Black with #F10061

Text Example


Text Example

White with #F10061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10061; }

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

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

background-color css

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

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

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

border-color css

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

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

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