Html Css Color HEX #FA016F Razzmatazz

📋 copy color: '#FA016F'

red 250 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #FA016F

Tints of Razzmatazz #FA016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 69.06%
G = 0.28%
B = 30.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA016F (or 0xFA016F) is known color: Razzmatazz. HEX triplet: FA, 01 and 6F. RGB value is (250,1,111). Sum of RGB (Red+Green+Blue) = 250+1+111=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA016F is #05FE90. Grayscale: #575757. Windows color (decimal): -392849 or 7275002. OLE color: 7275002.

HSL color Cylindrical-coordinate representation of color #FA016F: hue angle of 333.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA016F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 111 -
CMYK 0 1.00 0.56 0.02
HSL 333.49º 0.99% 0.49% -
HSV(B) 333.49º 1% 0.98% -
XYZ 42.3 21.49 16.96 -
YUV 87.99 140.99 243.56 -
System Red Green Blue C M Y K H S L
Decimal 250 1 111 0 1.00 0.56 0.02 333.49 0.99 0.49
Hex FA 1 6F 0 64 38 2 14D 63 31
Octal 372 1 157 0 144 70 2 515 143 61
Binary 11111010 1 1101111 0 1100100 111000 10 101001101 1100011 110001

Color Harmonies of #FA016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA016F

Black with #FA016F

Text Example


Text Example

White with #FA016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA016F; }

 p { color: rgb(250,1,111); }

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

background-color css

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

 a { background-color: rgb(250,1,111); }

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

border-color css

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

 span { border-color: rgb(250,1,111); }

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