Html Css Color HEX #F10064 Razzmatazz

📋 copy color: '#F10064'

red 241 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #F10064

Tints of Razzmatazz #F10064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 70.67%
G = 0%
B = 29.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F10064 (or 0xF10064) is known color: Razzmatazz. HEX triplet: F1, 00 and 64. RGB value is (241,0,100). Sum of RGB (Red+Green+Blue) = 241+0+100=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F10064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10064 is #0EFF9B. Grayscale: #535353. Windows color (decimal): -982940 or 6553841. OLE color: 6553841.

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

Color convert

RGB 241 0 100 -
CMYK 0 1 0.59 0.05
HSL 335.1º 1% 0.47% -
HSV(B) 335.1º 1% 0.95% -
XYZ 38.58 19.62 13.81 -
YUV 83.46 137.34 240.37 -
System Red Green Blue C M Y K H S L
Decimal 241 0 100 0 1 0.59 0.05 335.1 1 0.47
Hex F1 0 64 0 64 3B 5 14F 64 2F
Octal 361 0 144 0 144 73 5 517 144 57
Binary 11110001 0 1100100 0 1100100 111011 101 101001111 1100100 101111

Color Harmonies of #F10064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10064

Black with #F10064

Text Example


Text Example

White with #F10064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10064; }

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

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

background-color css

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

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

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

border-color css

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

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

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