Html Css Color HEX #FE136F Razzmatazz

📋 copy color: '#FE136F'

red 254 ◦ green 19 ◦ blue 111

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

Shades of Razzmatazz #FE136F

Tints of Razzmatazz #FE136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 66.15%
G = 4.95%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE136F (or 0xFE136F) is known color: Razzmatazz. HEX triplet: FE, 13 and 6F. RGB value is (254,19,111). Sum of RGB (Red+Green+Blue) = 254+19+111=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE136F is #01EC90. Grayscale: #636363. Windows color (decimal): -126097 or 7279614. OLE color: 7279614.

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

Color convert

RGB 254 19 111 -
CMYK 0 0.93 0.56 0.00
HSL 336.51º 0.99% 0.54% -
HSV(B) 336.51º 0.93% 1% -
XYZ 43.98 22.68 17.1 -
YUV 99.75 134.36 238.02 -
System Red Green Blue C M Y K H S L
Decimal 254 19 111 0 0.93 0.56 0.00 336.51 0.99 0.54
Hex FE 13 6F 0 5D 38 0 151 63 36
Octal 376 23 157 0 135 70 0 521 143 66
Binary 11111110 10011 1101111 0 1011101 111000 0 101010001 1100011 110110

Color Harmonies of #FE136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE136F

Black with #FE136F

Text Example


Text Example

White with #FE136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE136F; }

 p { color: rgb(254,19,111); }

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

background-color css

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

 a { background-color: rgb(254,19,111); }

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

border-color css

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

 span { border-color: rgb(254,19,111); }

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