Html Css Color HEX #FE006B Razzmatazz

📋 copy color: '#FE006B'

red 254 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #FE006B

Tints of Razzmatazz #FE006B

RGB

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

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

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

R = 70.36%
G = 0%
B = 29.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE006B (or 0xFE006B) is known color: Razzmatazz. HEX triplet: FE, 00 and 6B. RGB value is (254,0,107). Sum of RGB (Red+Green+Blue) = 254+0+107=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE006B is #01FF94. Grayscale: #575757. Windows color (decimal): -130965 or 7012606. OLE color: 7012606.

HSL color Cylindrical-coordinate representation of color #FE006B: hue angle of 334.72º 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 #FE006B is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 0 107 -
CMYK 0 1 0.58 0.00
HSL 334.72º 1% 0.5% -
HSV(B) 334.72º 1% 1% -
XYZ 43.53 22.13 15.89 -
YUV 88.14 138.65 246.3 -
System Red Green Blue C M Y K H S L
Decimal 254 0 107 0 1 0.58 0.00 334.72 1 0.5
Hex FE 0 6B 0 64 3A 0 14F 64 32
Octal 376 0 153 0 144 72 0 517 144 62
Binary 11111110 0 1101011 0 1100100 111010 0 101001111 1100100 110010

Color Harmonies of #FE006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE006B

Black with #FE006B

Text Example


Text Example

White with #FE006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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