Html Css Color HEX #FB155A Razzmatazz

📋 copy color: '#FB155A'

red 251 ◦ green 21 ◦ blue 90

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

Shades of Razzmatazz #FB155A

Tints of Razzmatazz #FB155A

RGB

 RED value IS 251 (98.44% from 255) = 69.34%

 GREEN value IS 21 (8.59% from 255) = 5.8%

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

R = 69.34%
G = 5.8%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB155A (or 0xFB155A) is known color: Razzmatazz. HEX triplet: FB, 15 and 5A. RGB value is (251,21,90). Sum of RGB (Red+Green+Blue) = 251+21+90=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB155A is #04EAA5. Grayscale: #616161. Windows color (decimal): -322214 or 5903867. OLE color: 5903867.

HSL color Cylindrical-coordinate representation of color #FB155A: hue angle of 342º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB155A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 90 -
CMYK 0 0.92 0.64 0.02
HSL 342º 0.97% 0.53% -
HSV(B) 342º 0.92% 0.98% -
XYZ 41.9 21.78 11.67 -
YUV 97.64 123.7 237.39 -
System Red Green Blue C M Y K H S L
Decimal 251 21 90 0 0.92 0.64 0.02 342 0.97 0.53
Hex FB 15 5A 0 5C 40 2 156 61 35
Octal 373 25 132 0 134 100 2 526 141 65
Binary 11111011 10101 1011010 0 1011100 1000000 10 101010110 1100001 110101

Color Harmonies of #FB155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB155A

Black with #FB155A

Text Example


Text Example

White with #FB155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB155A; }

 p { color: rgb(251,21,90); }

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

background-color css

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

 a { background-color: rgb(251,21,90); }

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

border-color css

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

 span { border-color: rgb(251,21,90); }

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