Html Css Color HEX #FA135F Razzmatazz

📋 copy color: '#FA135F'

red 250 ◦ green 19 ◦ blue 95

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

Shades of Razzmatazz #FA135F

Tints of Razzmatazz #FA135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

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

R = 68.68%
G = 5.22%
B = 26.1%

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

#FA135F (or 0xFA135F) is known color: Razzmatazz. HEX triplet: FA, 13 and 5F. RGB value is (250,19,95). Sum of RGB (Red+Green+Blue) = 250+19+95=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA135F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA135F is #05ECA0. Grayscale: #606060. Windows color (decimal): -388257 or 6231034. OLE color: 6231034.

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

Color convert

RGB 250 19 95 -
CMYK 0 0.92 0.62 0.02
HSL 340.26º 0.96% 0.53% -
HSV(B) 340.26º 0.92% 0.98% -
XYZ 41.72 21.62 12.8 -
YUV 96.73 127.03 237.32 -
System Red Green Blue C M Y K H S L
Decimal 250 19 95 0 0.92 0.62 0.02 340.26 0.96 0.53
Hex FA 13 5F 0 5C 3E 2 154 60 35
Octal 372 23 137 0 134 76 2 524 140 65
Binary 11111010 10011 1011111 0 1011100 111110 10 101010100 1100000 110101

Color Harmonies of #FA135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA135F

Black with #FA135F

Text Example


Text Example

White with #FA135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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