Html Css Color HEX #FE0F6F Razzmatazz

📋 copy color: '#FE0F6F'

red 254 ◦ green 15 ◦ blue 111

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

Shades of Razzmatazz #FE0F6F

Tints of Razzmatazz #FE0F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

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

R = 66.84%
G = 3.95%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE0F6F (or 0xFE0F6F) is known color: Razzmatazz. HEX triplet: FE, 0F and 6F. RGB value is (254,15,111). Sum of RGB (Red+Green+Blue) = 254+15+111=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F6F is #01F090. Grayscale: #616161. Windows color (decimal): -127121 or 7278590. OLE color: 7278590.

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

Color convert

RGB 254 15 111 -
CMYK 0 0.94 0.56 0.00
HSL 335.9º 0.99% 0.53% -
HSV(B) 335.9º 0.94% 1% -
XYZ 43.91 22.56 17.08 -
YUV 97.41 135.68 239.69 -
System Red Green Blue C M Y K H S L
Decimal 254 15 111 0 0.94 0.56 0.00 335.9 0.99 0.53
Hex FE F 6F 0 5E 38 0 150 63 35
Octal 376 17 157 0 136 70 0 520 143 65
Binary 11111110 1111 1101111 0 1011110 111000 0 101010000 1100011 110101

Color Harmonies of #FE0F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F6F

Black with #FE0F6F

Text Example


Text Example

White with #FE0F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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