Html Css Color HEX #FE0B55 Razzmatazz

📋 copy color: '#FE0B55'

red 254 ◦ green 11 ◦ blue 85

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

Shades of Razzmatazz #FE0B55

Tints of Razzmatazz #FE0B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 72.57%
G = 3.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE0B55 (or 0xFE0B55) is known color: Razzmatazz. HEX triplet: FE, 0B and 55. RGB value is (254,11,85). Sum of RGB (Red+Green+Blue) = 254+11+85=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B55 is #01F4AA. Grayscale: #5C5C5C. Windows color (decimal): -128171 or 5573630. OLE color: 5573630.

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

Color convert

RGB 254 11 85 -
CMYK 0 0.96 0.67 0.00
HSL 341.73º 0.99% 0.52% -
HSV(B) 341.73º 0.96% 1% -
XYZ 42.63 21.97 10.59 -
YUV 92.09 124.01 243.48 -
System Red Green Blue C M Y K H S L
Decimal 254 11 85 0 0.96 0.67 0.00 341.73 0.99 0.52
Hex FE B 55 0 60 43 0 156 63 34
Octal 376 13 125 0 140 103 0 526 143 64
Binary 11111110 1011 1010101 0 1100000 1000011 0 101010110 1100011 110100

Color Harmonies of #FE0B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B55

Black with #FE0B55

Text Example


Text Example

White with #FE0B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B55; }

 p { color: rgb(254,11,85); }

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

background-color css

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

 a { background-color: rgb(254,11,85); }

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

border-color css

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

 span { border-color: rgb(254,11,85); }

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