Html Css Color HEX #FE0069 Razzmatazz

📋 copy color: '#FE0069'

red 254 ◦ green 0 ◦ blue 105

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

Shades of Razzmatazz #FE0069

Tints of Razzmatazz #FE0069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 70.75%
G = 0%
B = 29.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE0069 (or 0xFE0069) is known color: Razzmatazz. HEX triplet: FE, 00 and 69. RGB value is (254,0,105). Sum of RGB (Red+Green+Blue) = 254+0+105=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0069 is #01FF96. Grayscale: #575757. Windows color (decimal): -130967 or 6881534. OLE color: 6881534.

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

Color convert

RGB 254 0 105 -
CMYK 0 1 0.59 0.00
HSL 335.2º 1% 0.5% -
HSV(B) 335.2º 1% 1% -
XYZ 43.42 22.09 15.34 -
YUV 87.92 137.65 246.46 -
System Red Green Blue C M Y K H S L
Decimal 254 0 105 0 1 0.59 0.00 335.2 1 0.5
Hex FE 0 69 0 64 3B 0 14F 64 32
Octal 376 0 151 0 144 73 0 517 144 62
Binary 11111110 0 1101001 0 1100100 111011 0 101001111 1100100 110010

Color Harmonies of #FE0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0069

Black with #FE0069

Text Example


Text Example

White with #FE0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0069; }

 p { color: rgb(254,0,105); }

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

background-color css

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

 a { background-color: rgb(254,0,105); }

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

border-color css

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

 span { border-color: rgb(254,0,105); }

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