Html Css Color HEX #F10276 Razzmatazz

📋 copy color: '#F10276'

red 241 ◦ green 2 ◦ blue 118

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

Shades of Razzmatazz #F10276

Tints of Razzmatazz #F10276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 66.76%
G = 0.55%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F10276 (or 0xF10276) is known color: Razzmatazz. HEX triplet: F1, 02 and 76. RGB value is (241,2,118). Sum of RGB (Red+Green+Blue) = 241+2+118=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F10276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10276 is #0EFD89. Grayscale: #565656. Windows color (decimal): -982410 or 7734001. OLE color: 7734001.

HSL color Cylindrical-coordinate representation of color #F10276: hue angle of 330.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10276 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 118 -
CMYK 0 0.99 0.51 0.05
HSL 330.88º 0.98% 0.48% -
HSV(B) 330.88º 0.99% 0.95% -
XYZ 39.57 20.05 18.92 -
YUV 86.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 241 2 118 0 0.99 0.51 0.05 330.88 0.98 0.48
Hex F1 2 76 0 63 33 5 14B 62 30
Octal 361 2 166 0 143 63 5 513 142 60
Binary 11110001 10 1110110 0 1100011 110011 101 101001011 1100010 110000

Color Harmonies of #F10276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10276

Black with #F10276

Text Example


Text Example

White with #F10276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10276; }

 p { color: rgb(241,2,118); }

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

background-color css

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

 a { background-color: rgb(241,2,118); }

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

border-color css

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

 span { border-color: rgb(241,2,118); }

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