Html Css Color HEX #F10072 Razzmatazz

📋 copy color: '#F10072'

red 241 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #F10072

Tints of Razzmatazz #F10072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 67.89%
G = 0%
B = 32.11%

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

#F10072 (or 0xF10072) is known color: Razzmatazz. HEX triplet: F1, 00 and 72. RGB value is (241,0,114). Sum of RGB (Red+Green+Blue) = 241+0+114=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F10072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10072 is #0EFF8D. Grayscale: #545454. Windows color (decimal): -982926 or 7471345. OLE color: 7471345.

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

Color convert

RGB 241 0 114 -
CMYK 0 1 0.53 0.05
HSL 331.62º 1% 0.47% -
HSV(B) 331.62º 1% 0.95% -
XYZ 39.31 19.92 17.69 -
YUV 85.06 144.34 239.23 -
System Red Green Blue C M Y K H S L
Decimal 241 0 114 0 1 0.53 0.05 331.62 1 0.47
Hex F1 0 72 0 64 35 5 14C 64 2F
Octal 361 0 162 0 144 65 5 514 144 57
Binary 11110001 0 1110010 0 1100100 110101 101 101001100 1100100 101111

Color Harmonies of #F10072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10072

Black with #F10072

Text Example


Text Example

White with #F10072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10072; }

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

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

background-color css

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

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

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

border-color css

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

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

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