Html Css Color HEX #FA0FA7 Spicy Pink

📋 copy color: '#FA0FA7'

red 250 ◦ green 15 ◦ blue 167

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

Shades of Spicy Pink #FA0FA7

Tints of Spicy Pink #FA0FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.66%

R = 57.87%
G = 3.47%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA0FA7 (or 0xFA0FA7) is known color: Spicy Pink. HEX triplet: FA, 0F and A7. RGB value is (250,15,167). Sum of RGB (Red+Green+Blue) = 250+15+167=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FA7 is #05F058. Grayscale: #666666. Windows color (decimal): -389209 or 10948602. OLE color: 10948602.

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

Color convert

RGB 250 15 167 -
CMYK 0 0.94 0.33 0.02
HSL 321.19º 0.96% 0.52% -
HSV(B) 321.19º 0.94% 0.98% -
XYZ 46.57 23.46 38.63 -
YUV 102.59 164.36 233.14 -
System Red Green Blue C M Y K H S L
Decimal 250 15 167 0 0.94 0.33 0.02 321.19 0.96 0.52
Hex FA F A7 0 5E 21 2 141 60 34
Octal 372 17 247 0 136 41 2 501 140 64
Binary 11111010 1111 10100111 0 1011110 100001 10 101000001 1100000 110100

Color Harmonies of #FA0FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FA7

Black with #FA0FA7

Text Example


Text Example

White with #FA0FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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