Html Css Color HEX #FA0F6A Razzmatazz

📋 copy color: '#FA0F6A'

red 250 ◦ green 15 ◦ blue 106

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

Shades of Razzmatazz #FA0F6A

Tints of Razzmatazz #FA0F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 67.39%
G = 4.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA0F6A (or 0xFA0F6A) is known color: Razzmatazz. HEX triplet: FA, 0F and 6A. RGB value is (250,15,106). Sum of RGB (Red+Green+Blue) = 250+15+106=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0F6A is #05F095. Grayscale: #5F5F5F. Windows color (decimal): -389270 or 6950906. OLE color: 6950906.

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

Color convert

RGB 250 15 106 -
CMYK 0 0.94 0.58 0.02
HSL 336.77º 0.96% 0.52% -
HSV(B) 336.77º 0.94% 0.98% -
XYZ 42.2 21.71 15.6 -
YUV 95.64 133.86 238.1 -
System Red Green Blue C M Y K H S L
Decimal 250 15 106 0 0.94 0.58 0.02 336.77 0.96 0.52
Hex FA F 6A 0 5E 3A 2 151 60 34
Octal 372 17 152 0 136 72 2 521 140 64
Binary 11111010 1111 1101010 0 1011110 111010 10 101010001 1100000 110100

Color Harmonies of #FA0F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F6A

Black with #FA0F6A

Text Example


Text Example

White with #FA0F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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