#FA7FCF

Color #FA7FCF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA7FCF

Tints of Tea Rose #FA7FCF

Color information

#FA7FCF (or 0xFA7FCF) is unknown color: approx Tea Rose. HEX triplet: FA, 7F and CF. RGB value is (250,127,207). Sum of RGB (Red+Green+Blue) = 250+127+207=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FCF is #058030. Grayscale: #ACACAC. Windows color (decimal): -360497 or 13598714. OLE color: 13598714.

HSL color Cylindrical-coordinate representation of color #FA7FCF: hue angle of 320.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FCF is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250127207-
CMYK00.490.170.02
HSL320.98º92.48%73.92%-
HSV(B)320.98º49.2%98.04%-
XYZ58.2840.0163.68-
YUV172.9147.25183-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 127 (50% from 255) = 21.75%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=42.81%
G=21.75%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012720700.490.170.02320.9892.4873.92
HexFA7FCF0311121415c4a
Octal372177317061212501134112
Binary111110101111111110011110110001100011010100000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FCF; }

 p { color: rgb(250,127,207); }

 H1.HeaderClassName
 {
   color: #FA7FCF;
 }
 .AnyTagClassName
 {
   color: #FA7FCF;
 }
</style>
background-color css

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

 a { background-color: rgb(250,127,207); }

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

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

 span { border-color: rgb(250,127,207); }

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