Html Css Color HEX #FE096D Razzmatazz

📋 copy color: '#FE096D'

red 254 ◦ green 9 ◦ blue 109

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

Shades of Razzmatazz #FE096D

Tints of Razzmatazz #FE096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 68.28%
G = 2.42%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE096D (or 0xFE096D) is known color: Razzmatazz. HEX triplet: FE, 09 and 6D. RGB value is (254,9,109). Sum of RGB (Red+Green+Blue) = 254+9+109=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE096D is #01F692. Grayscale: #5D5D5D. Windows color (decimal): -128659 or 7145982. OLE color: 7145982.

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

Color convert

RGB 254 9 109 -
CMYK 0 0.96 0.57 0.00
HSL 335.51º 0.99% 0.52% -
HSV(B) 335.51º 0.96% 1% -
XYZ 43.73 22.37 16.48 -
YUV 93.66 136.67 242.37 -
System Red Green Blue C M Y K H S L
Decimal 254 9 109 0 0.96 0.57 0.00 335.51 0.99 0.52
Hex FE 9 6D 0 60 39 0 150 63 34
Octal 376 11 155 0 140 71 0 520 143 64
Binary 11111110 1001 1101101 0 1100000 111001 0 101010000 1100011 110100

Color Harmonies of #FE096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE096D

Black with #FE096D

Text Example


Text Example

White with #FE096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE096D; }

 p { color: rgb(254,9,109); }

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

background-color css

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

 a { background-color: rgb(254,9,109); }

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

border-color css

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

 span { border-color: rgb(254,9,109); }

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