Html Css Color HEX #F10078 Razzmatazz

📋 copy color: '#F10078'

red 241 ◦ green 0 ◦ blue 120

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

Shades of Razzmatazz #F10078

Tints of Razzmatazz #F10078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 66.76%
G = 0%
B = 33.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F10078 (or 0xF10078) is known color: Razzmatazz. HEX triplet: F1, 00 and 78. RGB value is (241,0,120). Sum of RGB (Red+Green+Blue) = 241+0+120=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F10078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10078 is #0EFF87. Grayscale: #555555. Windows color (decimal): -982920 or 7864561. OLE color: 7864561.

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

Color convert

RGB 241 0 120 -
CMYK 0 1 0.50 0.05
HSL 330.12º 1% 0.47% -
HSV(B) 330.12º 1% 0.95% -
XYZ 39.67 20.06 19.55 -
YUV 85.74 147.34 238.74 -
System Red Green Blue C M Y K H S L
Decimal 241 0 120 0 1 0.50 0.05 330.12 1 0.47
Hex F1 0 78 0 64 32 5 14A 64 2F
Octal 361 0 170 0 144 62 5 512 144 57
Binary 11110001 0 1111000 0 1100100 110010 101 101001010 1100100 101111

Color Harmonies of #F10078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10078

Black with #F10078

Text Example


Text Example

White with #F10078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10078; }

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

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

background-color css

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

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

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

border-color css

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

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

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