Html Css Color HEX #FF076B Razzmatazz

📋 copy color: '#FF076B'

red 255 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #FF076B

Tints of Razzmatazz #FF076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 69.11%
G = 1.9%
B = 29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF076B (or 0xFF076B) is known color: Razzmatazz. HEX triplet: FF, 07 and 6B. RGB value is (255,7,107). Sum of RGB (Red+Green+Blue) = 255+7+107=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF076B is #00F894. Grayscale: #5C5C5C. Windows color (decimal): -63637 or 7014399. OLE color: 7014399.

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

Color convert

RGB 255 7 107 -
CMYK 0 0.97 0.58 0
HSL 335.81º 1% 0.51% -
HSV(B) 335.81º 0.97% 1% -
XYZ 43.97 22.47 15.93 -
YUV 92.55 136.16 243.87 -
System Red Green Blue C M Y K H S L
Decimal 255 7 107 0 0.97 0.58 0 335.81 1 0.51
Hex FF 7 6B 0 61 3A 0 150 64 33
Octal 377 7 153 0 141 72 0 520 144 63
Binary 11111111 111 1101011 0 1100001 111010 0 101010000 1100100 110011

Color Harmonies of #FF076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF076B

Black with #FF076B

Text Example


Text Example

White with #FF076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF076B; }

 p { color: rgb(255,7,107); }

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

background-color css

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

 a { background-color: rgb(255,7,107); }

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

border-color css

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

 span { border-color: rgb(255,7,107); }

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