Html Css Color HEX #FE015F Razzmatazz

📋 copy color: '#FE015F'

red 254 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #FE015F

Tints of Razzmatazz #FE015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 72.57%
G = 0.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE015F (or 0xFE015F) is known color: Razzmatazz. HEX triplet: FE, 01 and 5F. RGB value is (254,1,95). Sum of RGB (Red+Green+Blue) = 254+1+95=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015F is #01FEA0. Grayscale: #575757. Windows color (decimal): -130721 or 6226430. OLE color: 6226430.

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

Color convert

RGB 254 1 95 -
CMYK 0 1.00 0.63 0.00
HSL 337.71º 0.99% 0.5% -
HSV(B) 337.71º 1% 1% -
XYZ 42.95 21.92 12.79 -
YUV 87.36 132.32 246.86 -
System Red Green Blue C M Y K H S L
Decimal 254 1 95 0 1.00 0.63 0.00 337.71 0.99 0.5
Hex FE 1 5F 0 64 3F 0 152 63 32
Octal 376 1 137 0 144 77 0 522 143 62
Binary 11111110 1 1011111 0 1100100 111111 0 101010010 1100011 110010

Color Harmonies of #FE015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE015F

Black with #FE015F

Text Example


Text Example

White with #FE015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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