Html Css Color HEX #FF116F Razzmatazz

📋 copy color: '#FF116F'

red 255 ◦ green 17 ◦ blue 111

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

Shades of Razzmatazz #FF116F

Tints of Razzmatazz #FF116F

RGB

 RED value IS 255 (100% from 255) = 66.58%

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 66.58%
G = 4.44%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF116F (or 0xFF116F) is known color: Razzmatazz. HEX triplet: FF, 11 and 6F. RGB value is (255,17,111). Sum of RGB (Red+Green+Blue) = 255+17+111=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF116F is #00EE90. Grayscale: #626262. Windows color (decimal): -61073 or 7279103. OLE color: 7279103.

HSL color Cylindrical-coordinate representation of color #FF116F: hue angle of 336.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF116F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 17 111 -
CMYK 0 0.93 0.56 0
HSL 336.3º 1% 0.53% -
HSV(B) 336.3º 0.93% 1% -
XYZ 44.31 22.81 17.11 -
YUV 98.88 134.85 239.36 -
System Red Green Blue C M Y K H S L
Decimal 255 17 111 0 0.93 0.56 0 336.3 1 0.53
Hex FF 11 6F 0 5D 38 0 150 64 35
Octal 377 21 157 0 135 70 0 520 144 65
Binary 11111111 10001 1101111 0 1011101 111000 0 101010000 1100100 110101

Color Harmonies of #FF116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF116F

Black with #FF116F

Text Example


Text Example

White with #FF116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF116F; }

 p { color: rgb(255,17,111); }

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

background-color css

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

 a { background-color: rgb(255,17,111); }

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

border-color css

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

 span { border-color: rgb(255,17,111); }

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