Html Css Color HEX #FE065A Razzmatazz

📋 copy color: '#FE065A'

red 254 ◦ green 6 ◦ blue 90

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

Shades of Razzmatazz #FE065A

Tints of Razzmatazz #FE065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 72.57%
G = 1.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE065A (or 0xFE065A) is known color: Razzmatazz. HEX triplet: FE, 06 and 5A. RGB value is (254,6,90). Sum of RGB (Red+Green+Blue) = 254+6+90=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE065A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE065A is #01F9A5. Grayscale: #595959. Windows color (decimal): -129446 or 5900030. OLE color: 5900030.

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

Color convert

RGB 254 6 90 -
CMYK 0 0.98 0.65 0.00
HSL 339.68º 0.99% 0.51% -
HSV(B) 339.68º 0.98% 1% -
XYZ 42.78 21.94 11.65 -
YUV 89.73 128.16 245.17 -
System Red Green Blue C M Y K H S L
Decimal 254 6 90 0 0.98 0.65 0.00 339.68 0.99 0.51
Hex FE 6 5A 0 62 41 0 154 63 33
Octal 376 6 132 0 142 101 0 524 143 63
Binary 11111110 110 1011010 0 1100010 1000001 0 101010100 1100011 110011

Color Harmonies of #FE065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE065A

Black with #FE065A

Text Example


Text Example

White with #FE065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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