Html Css Color HEX #FB195A Razzmatazz

📋 copy color: '#FB195A'

red 251 ◦ green 25 ◦ blue 90

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

Shades of Razzmatazz #FB195A

Tints of Razzmatazz #FB195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 68.58%
G = 6.83%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB195A (or 0xFB195A) is known color: Razzmatazz. HEX triplet: FB, 19 and 5A. RGB value is (251,25,90). Sum of RGB (Red+Green+Blue) = 251+25+90=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB195A is #04E6A5. Grayscale: #636363. Windows color (decimal): -321190 or 5904891. OLE color: 5904891.

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

Color convert

RGB 251 25 90 -
CMYK 0 0.90 0.64 0.02
HSL 342.74º 0.97% 0.54% -
HSV(B) 342.74º 0.9% 0.98% -
XYZ 41.98 21.94 11.7 -
YUV 99.98 122.37 235.71 -
System Red Green Blue C M Y K H S L
Decimal 251 25 90 0 0.90 0.64 0.02 342.74 0.97 0.54
Hex FB 19 5A 0 5A 40 2 157 61 36
Octal 373 31 132 0 132 100 2 527 141 66
Binary 11111011 11001 1011010 0 1011010 1000000 10 101010111 1100001 110110

Color Harmonies of #FB195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB195A

Black with #FB195A

Text Example


Text Example

White with #FB195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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