Html Css Color HEX #FA155F Razzmatazz

📋 copy color: '#FA155F'

red 250 ◦ green 21 ◦ blue 95

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

Shades of Razzmatazz #FA155F

Tints of Razzmatazz #FA155F

RGB

 RED value IS 250 (98.05% from 255) = 68.31%

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

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

R = 68.31%
G = 5.74%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA155F (or 0xFA155F) is known color: Razzmatazz. HEX triplet: FA, 15 and 5F. RGB value is (250,21,95). Sum of RGB (Red+Green+Blue) = 250+21+95=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA155F is #05EAA0. Grayscale: #616161. Windows color (decimal): -387745 or 6231546. OLE color: 6231546.

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

Color convert

RGB 250 21 95 -
CMYK 0 0.92 0.62 0.02
HSL 340.61º 0.96% 0.53% -
HSV(B) 340.61º 0.92% 0.98% -
XYZ 41.76 21.69 12.81 -
YUV 97.91 126.37 236.48 -
System Red Green Blue C M Y K H S L
Decimal 250 21 95 0 0.92 0.62 0.02 340.61 0.96 0.53
Hex FA 15 5F 0 5C 3E 2 155 60 35
Octal 372 25 137 0 134 76 2 525 140 65
Binary 11111010 10101 1011111 0 1011100 111110 10 101010101 1100000 110101

Color Harmonies of #FA155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA155F

Black with #FA155F

Text Example


Text Example

White with #FA155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA155F; }

 p { color: rgb(250,21,95); }

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

background-color css

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

 a { background-color: rgb(250,21,95); }

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

border-color css

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

 span { border-color: rgb(250,21,95); }

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