Html Css Color HEX #FB195F Razzmatazz

📋 copy color: '#FB195F'

red 251 ◦ green 25 ◦ blue 95

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

Shades of Razzmatazz #FB195F

Tints of Razzmatazz #FB195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 67.65%
G = 6.74%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB195F (or 0xFB195F) is known color: Razzmatazz. HEX triplet: FB, 19 and 5F. RGB value is (251,25,95). Sum of RGB (Red+Green+Blue) = 251+25+95=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB195F is #04E6A0. Grayscale: #646464. Windows color (decimal): -321185 or 6232571. OLE color: 6232571.

HSL color Cylindrical-coordinate representation of color #FB195F: hue angle of 341.42º 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 #FB195F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 95 -
CMYK 0 0.90 0.62 0.02
HSL 341.42º 0.97% 0.54% -
HSV(B) 341.42º 0.9% 0.98% -
XYZ 42.2 22.03 12.85 -
YUV 100.55 124.87 235.31 -
System Red Green Blue C M Y K H S L
Decimal 251 25 95 0 0.90 0.62 0.02 341.42 0.97 0.54
Hex FB 19 5F 0 5A 3E 2 155 61 36
Octal 373 31 137 0 132 76 2 525 141 66
Binary 11111011 11001 1011111 0 1011010 111110 10 101010101 1100001 110110

Color Harmonies of #FB195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB195F

Black with #FB195F

Text Example


Text Example

White with #FB195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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