Html Css Color HEX #FE0855 Razzmatazz

📋 copy color: '#FE0855'

red 254 ◦ green 8 ◦ blue 85

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

Shades of Razzmatazz #FE0855

Tints of Razzmatazz #FE0855

RGB

 RED value IS 254 (99.61% from 255) = 73.2%

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

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 73.2%
G = 2.31%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE0855 (or 0xFE0855) is known color: Razzmatazz. HEX triplet: FE, 08 and 55. RGB value is (254,8,85). Sum of RGB (Red+Green+Blue) = 254+8+85=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0855 is #01F7AA. Grayscale: #5A5A5A. Windows color (decimal): -128939 or 5572862. OLE color: 5572862.

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

Color convert

RGB 254 8 85 -
CMYK 0 0.97 0.67 0.00
HSL 341.22º 0.99% 0.51% -
HSV(B) 341.22º 0.97% 1% -
XYZ 42.6 21.9 10.58 -
YUV 90.33 125 244.74 -
System Red Green Blue C M Y K H S L
Decimal 254 8 85 0 0.97 0.67 0.00 341.22 0.99 0.51
Hex FE 8 55 0 61 43 0 155 63 33
Octal 376 10 125 0 141 103 0 525 143 63
Binary 11111110 1000 1010101 0 1100001 1000011 0 101010101 1100011 110011

Color Harmonies of #FE0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0855

Black with #FE0855

Text Example


Text Example

White with #FE0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0855; }

 p { color: rgb(254,8,85); }

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

background-color css

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

 a { background-color: rgb(254,8,85); }

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

border-color css

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

 span { border-color: rgb(254,8,85); }

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