Html Css Color HEX #FA1258 Razzmatazz

📋 copy color: '#FA1258'

red 250 ◦ green 18 ◦ blue 88

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

Shades of Razzmatazz #FA1258

Tints of Razzmatazz #FA1258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 70.22%
G = 5.06%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA1258 (or 0xFA1258) is known color: Razzmatazz. HEX triplet: FA, 12 and 58. RGB value is (250,18,88). Sum of RGB (Red+Green+Blue) = 250+18+88=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1258 is #05EDA7. Grayscale: #5F5F5F. Windows color (decimal): -388520 or 5772026. OLE color: 5772026.

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

Color convert

RGB 250 18 88 -
CMYK 0 0.93 0.65 0.02
HSL 341.9º 0.96% 0.53% -
HSV(B) 341.9º 0.93% 0.98% -
XYZ 41.4 21.46 11.19 -
YUV 95.35 123.86 238.31 -
System Red Green Blue C M Y K H S L
Decimal 250 18 88 0 0.93 0.65 0.02 341.9 0.96 0.53
Hex FA 12 58 0 5D 41 2 156 60 35
Octal 372 22 130 0 135 101 2 526 140 65
Binary 11111010 10010 1011000 0 1011101 1000001 10 101010110 1100000 110101

Color Harmonies of #FA1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1258

Black with #FA1258

Text Example


Text Example

White with #FA1258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1258; }

 p { color: rgb(250,18,88); }

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

background-color css

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

 a { background-color: rgb(250,18,88); }

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

border-color css

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

 span { border-color: rgb(250,18,88); }

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