Html Css Color HEX #FE066B Razzmatazz

📋 copy color: '#FE066B'

red 254 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #FE066B

Tints of Razzmatazz #FE066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 69.21%
G = 1.63%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE066B (or 0xFE066B) is known color: Razzmatazz. HEX triplet: FE, 06 and 6B. RGB value is (254,6,107). Sum of RGB (Red+Green+Blue) = 254+6+107=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE066B is #01F994. Grayscale: #5B5B5B. Windows color (decimal): -129429 or 7014142. OLE color: 7014142.

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

Color convert

RGB 254 6 107 -
CMYK 0 0.98 0.58 0.00
HSL 335.56º 0.99% 0.51% -
HSV(B) 335.56º 0.98% 1% -
XYZ 43.59 22.26 15.91 -
YUV 91.67 136.66 243.79 -
System Red Green Blue C M Y K H S L
Decimal 254 6 107 0 0.98 0.58 0.00 335.56 0.99 0.51
Hex FE 6 6B 0 62 3A 0 150 63 33
Octal 376 6 153 0 142 72 0 520 143 63
Binary 11111110 110 1101011 0 1100010 111010 0 101010000 1100011 110011

Color Harmonies of #FE066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE066B

Black with #FE066B

Text Example


Text Example

White with #FE066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE066B; }

 p { color: rgb(254,6,107); }

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

background-color css

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

 a { background-color: rgb(254,6,107); }

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

border-color css

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

 span { border-color: rgb(254,6,107); }

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