Html Css Color HEX #FF085D Razzmatazz

📋 copy color: '#FF085D'

red 255 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #FF085D

Tints of Razzmatazz #FF085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 71.63%
G = 2.25%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF085D (or 0xFF085D) is known color: Razzmatazz. HEX triplet: FF, 08 and 5D. RGB value is (255,8,93). Sum of RGB (Red+Green+Blue) = 255+8+93=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF085D is #00F7A2. Grayscale: #5B5B5B. Windows color (decimal): -63395 or 6097151. OLE color: 6097151.

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

Color convert

RGB 255 8 93 -
CMYK 0 0.97 0.64 0
HSL 339.35º 1% 0.52% -
HSV(B) 339.35º 0.97% 1% -
XYZ 43.3 22.22 12.36 -
YUV 91.54 128.83 244.59 -
System Red Green Blue C M Y K H S L
Decimal 255 8 93 0 0.97 0.64 0 339.35 1 0.52
Hex FF 8 5D 0 61 40 0 153 64 34
Octal 377 10 135 0 141 100 0 523 144 64
Binary 11111111 1000 1011101 0 1100001 1000000 0 101010011 1100100 110100

Color Harmonies of #FF085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF085D

Black with #FF085D

Text Example


Text Example

White with #FF085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF085D; }

 p { color: rgb(255,8,93); }

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

background-color css

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

 a { background-color: rgb(255,8,93); }

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

border-color css

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

 span { border-color: rgb(255,8,93); }

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