Html Css Color HEX #FE096C Razzmatazz

📋 copy color: '#FE096C'

red 254 ◦ green 9 ◦ blue 108

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

Shades of Razzmatazz #FE096C

Tints of Razzmatazz #FE096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 68.46%
G = 2.43%
B = 29.11%

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

#FE096C (or 0xFE096C) is known color: Razzmatazz. HEX triplet: FE, 09 and 6C. RGB value is (254,9,108). Sum of RGB (Red+Green+Blue) = 254+9+108=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE096C is #01F693. Grayscale: #5D5D5D. Windows color (decimal): -128660 or 7080446. OLE color: 7080446.

HSL color Cylindrical-coordinate representation of color #FE096C: hue angle of 335.76º 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 #FE096C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 9 108 -
CMYK 0 0.96 0.57 0.00
HSL 335.76º 0.99% 0.52% -
HSV(B) 335.76º 0.96% 1% -
XYZ 43.68 22.35 16.2 -
YUV 93.54 136.17 242.45 -
System Red Green Blue C M Y K H S L
Decimal 254 9 108 0 0.96 0.57 0.00 335.76 0.99 0.52
Hex FE 9 6C 0 60 39 0 150 63 34
Octal 376 11 154 0 140 71 0 520 143 64
Binary 11111110 1001 1101100 0 1100000 111001 0 101010000 1100011 110100

Color Harmonies of #FE096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE096C

Black with #FE096C

Text Example


Text Example

White with #FE096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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