Html Css Color HEX #F10060 Razzmatazz

📋 copy color: '#F10060'

red 241 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #F10060

Tints of Razzmatazz #F10060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 71.51%
G = 0%
B = 28.49%

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

#F10060 (or 0xF10060) is known color: Razzmatazz. HEX triplet: F1, 00 and 60. RGB value is (241,0,96). Sum of RGB (Red+Green+Blue) = 241+0+96=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F10060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10060 is #0EFF9F. Grayscale: #525252. Windows color (decimal): -982944 or 6291697. OLE color: 6291697.

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

Color convert

RGB 241 0 96 -
CMYK 0 1 0.60 0.05
HSL 336.1º 1% 0.47% -
HSV(B) 336.1º 1% 0.95% -
XYZ 38.39 19.55 12.82 -
YUV 83 135.34 240.69 -
System Red Green Blue C M Y K H S L
Decimal 241 0 96 0 1 0.60 0.05 336.1 1 0.47
Hex F1 0 60 0 64 3C 5 150 64 2F
Octal 361 0 140 0 144 74 5 520 144 57
Binary 11110001 0 1100000 0 1100100 111100 101 101010000 1100100 101111

Color Harmonies of #F10060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10060

Black with #F10060

Text Example


Text Example

White with #F10060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10060; }

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

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

background-color css

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

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

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

border-color css

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

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

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