Html Css Color HEX #FE0265 Razzmatazz

📋 copy color: '#FE0265'

red 254 ◦ green 2 ◦ blue 101

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

Shades of Razzmatazz #FE0265

Tints of Razzmatazz #FE0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 101 (39.84% from 255) = 28.29%

R = 71.15%
G = 0.56%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE0265 (or 0xFE0265) is known color: Razzmatazz. HEX triplet: FE, 02 and 65. RGB value is (254,2,101). Sum of RGB (Red+Green+Blue) = 254+2+101=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0265 is #01FD9A. Grayscale: #585858. Windows color (decimal): -130459 or 6619902. OLE color: 6619902.

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

Color convert

RGB 254 2 101 -
CMYK 0 0.99 0.60 0.00
HSL 336.43º 0.99% 0.5% -
HSV(B) 336.43º 0.99% 1% -
XYZ 43.24 22.05 14.29 -
YUV 88.63 134.99 245.95 -
System Red Green Blue C M Y K H S L
Decimal 254 2 101 0 0.99 0.60 0.00 336.43 0.99 0.5
Hex FE 2 65 0 63 3C 0 150 63 32
Octal 376 2 145 0 143 74 0 520 143 62
Binary 11111110 10 1100101 0 1100011 111100 0 101010000 1100011 110010

Color Harmonies of #FE0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0265

Black with #FE0265

Text Example


Text Example

White with #FE0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0265; }

 p { color: rgb(254,2,101); }

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

background-color css

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

 a { background-color: rgb(254,2,101); }

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

border-color css

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

 span { border-color: rgb(254,2,101); }

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