Html Css Color HEX #FE145F Razzmatazz

📋 copy color: '#FE145F'

red 254 ◦ green 20 ◦ blue 95

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

Shades of Razzmatazz #FE145F

Tints of Razzmatazz #FE145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 68.83%
G = 5.42%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE145F (or 0xFE145F) is known color: Razzmatazz. HEX triplet: FE, 14 and 5F. RGB value is (254,20,95). Sum of RGB (Red+Green+Blue) = 254+20+95=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE145F is #01EBA0. Grayscale: #626262. Windows color (decimal): -125857 or 6231294. OLE color: 6231294.

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

Color convert

RGB 254 20 95 -
CMYK 0 0.92 0.63 0.00
HSL 340.77º 0.99% 0.54% -
HSV(B) 340.77º 0.92% 1% -
XYZ 43.19 22.4 12.87 -
YUV 98.52 126.02 238.9 -
System Red Green Blue C M Y K H S L
Decimal 254 20 95 0 0.92 0.63 0.00 340.77 0.99 0.54
Hex FE 14 5F 0 5C 3F 0 155 63 36
Octal 376 24 137 0 134 77 0 525 143 66
Binary 11111110 10100 1011111 0 1011100 111111 0 101010101 1100011 110110

Color Harmonies of #FE145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE145F

Black with #FE145F

Text Example


Text Example

White with #FE145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE145F; }

 p { color: rgb(254,20,95); }

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

background-color css

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

 a { background-color: rgb(254,20,95); }

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

border-color css

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

 span { border-color: rgb(254,20,95); }

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