Html Css Color HEX #FA0F58 Razzmatazz

📋 copy color: '#FA0F58'

red 250 ◦ green 15 ◦ blue 88

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

Shades of Razzmatazz #FA0F58

Tints of Razzmatazz #FA0F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

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

R = 70.82%
G = 4.25%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA0F58 (or 0xFA0F58) is known color: Razzmatazz. HEX triplet: FA, 0F and 58. RGB value is (250,15,88). Sum of RGB (Red+Green+Blue) = 250+15+88=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0F58 is #05F0A7. Grayscale: #5D5D5D. Windows color (decimal): -389288 or 5771258. OLE color: 5771258.

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

Color convert

RGB 250 15 88 -
CMYK 0 0.94 0.65 0.02
HSL 341.36º 0.96% 0.52% -
HSV(B) 341.36º 0.94% 0.98% -
XYZ 41.36 21.37 11.18 -
YUV 93.59 124.86 239.56 -
System Red Green Blue C M Y K H S L
Decimal 250 15 88 0 0.94 0.65 0.02 341.36 0.96 0.52
Hex FA F 58 0 5E 41 2 155 60 34
Octal 372 17 130 0 136 101 2 525 140 64
Binary 11111010 1111 1011000 0 1011110 1000001 10 101010101 1100000 110100

Color Harmonies of #FA0F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F58

Black with #FA0F58

Text Example


Text Example

White with #FA0F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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